From 286d762019a217231f5969e03b4a519a2eab447e Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 8 Apr 2015 01:15:41 -0700 Subject: 1039 --- cpp/011load | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/011load') diff --git a/cpp/011load b/cpp/011load index 3ef1a409..cff79edd 100644 --- a/cpp/011load +++ b/cpp/011load @@ -188,7 +188,7 @@ void skip_comma(istream& in) { skip_whitespace(in); } -//: Recipes added for tests should be easy to remove as well. +//: Have tests clean up any recipes they added. :(before "End Globals") vector recently_added_recipes; :(before "End Setup") @@ -197,7 +197,7 @@ for (size_t i = 0; i < recently_added_recipes.size(); ++i) { Recipe_number.erase(Recipe[recently_added_recipes[i]].name); Recipe.erase(recently_added_recipes[i]); } -// Clear state for recently_added_recipes +// Clear Other State For recently_added_recipes. recently_added_recipes.clear(); :(scenario parse_comment_outside_recipe) -- cgit 1.4.1-2-gfad0