Commit 8123b27c authored by beder's avatar beder
Browse files

Added parsing emitter tests with the new API, two fail

parent 2d166d17
...@@ -1004,7 +1004,7 @@ namespace Test ...@@ -1004,7 +1004,7 @@ namespace Test
YAML::Node node; YAML::Node node;
parser.GetNextDocument(node); parser.GetNextDocument(node);
#else #else
// YAML::Node node = YAML::Load(output); YAML::Node node = YAML::Load(output);
#endif #endif
passed++; passed++;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment