From 2b7a7498f98d1696adc2c6949f8d53f7fa18109e Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 8 Apr 2015 00:32:23 -0700 Subject: 1034 - more test isolation The layers are a mess now, but we'll take care of that later. --- cpp/010vm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpp/010vm') diff --git a/cpp/010vm b/cpp/010vm index 931ae673..5d3ddd53 100644 --- a/cpp/010vm +++ b/cpp/010vm @@ -141,6 +141,8 @@ void setup_recipes() { load("core.mu"); assert(Next_recipe_number < 100); Next_recipe_number = 100; + recipes_added_by_test.clear(); // Freeze everything added so far. + delete Trace_stream; Trace_stream = new trace_stream; :(before "End Setup") Next_recipe_number = 100; // consistent new numbers for each test -- cgit 1.4.1-2-gfad0