mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 20:51:16 +00:00
Began new-api branch, and removed all traces of the old api from this branch
This commit is contained in:
@@ -23,11 +23,9 @@ namespace Test
|
||||
if(!RunSpecTests())
|
||||
passed = false;
|
||||
|
||||
#ifndef YAML_CPP_OLD_API
|
||||
if(!RunNodeTests())
|
||||
passed = false;
|
||||
#endif
|
||||
|
||||
|
||||
if(passed)
|
||||
std::cout << "All tests passed!\n";
|
||||
}
|
||||
|
Reference in New Issue
Block a user