"...composable_kernel.git" did not exist on "b45144590a7a3fa1b7549fc5c2ca63cfb0897f05"
Commit 45ac700f authored by Jesse Beder's avatar Jesse Beder
Browse files

Fixed error in test

parent 2aab5aca
...@@ -429,9 +429,9 @@ namespace Test { ...@@ -429,9 +429,9 @@ namespace Test {
parser.GetNextDocument(doc); parser.GetNextDocument(doc);
YAML_ASSERT(doc == YAML_ASSERT(doc ==
"Sammy Sosa completed another fine season with great stats.\n" "Sammy Sosa completed another fine season with great stats.\n\n"
" 63 Home Runs\n" " 63 Home Runs\n"
" 0.288 Batting Average\n" " 0.288 Batting Average\n\n"
"What a year!"); "What a year!");
return true; return true;
} }
......
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