From 0e61ddb6d94f7cdcc737395c5b0a3db88ace871f Mon Sep 17 00:00:00 2001 From: Jesse Beder Date: Wed, 11 Jan 2012 16:41:13 -0600 Subject: [PATCH] Added parsing emitter tests with the new API, two fail --- test/emittertests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/emittertests.cpp b/test/emittertests.cpp index c369120..d21ac68 100644 --- a/test/emittertests.cpp +++ b/test/emittertests.cpp @@ -1004,7 +1004,7 @@ namespace Test YAML::Node node; parser.GetNextDocument(node); #else -// YAML::Node node = YAML::Load(output); + YAML::Node node = YAML::Load(output); #endif passed++;