mirror of
https://github.com/RPCS3/yaml-cpp.git
synced 2026-08-26 17:07:04 -04:00
Began new-api branch, and removed all traces of the old api from this branch
This commit is contained in:
+1
-3
@@ -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