about summary refs log tree commit diff stats
path: root/cpp/031scenario
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/031scenario')
-rw-r--r--cpp/031scenario3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/031scenario b/cpp/031scenario
index 693f9bf8..8a3ced47 100644
--- a/cpp/031scenario
+++ b/cpp/031scenario
@@ -13,7 +13,8 @@ time_t mu_time; time(&mu_time);
 cerr << "\nMu tests: " << ctime(&mu_time);
 for (size_t i = 0; i < Scenarios.size(); ++i) {
   setup();
-  Trace_stream = new trace_stream;
+  Trace_file = Scenarios[i].name;
+  START_TRACING_UNTIL_END_OF_SCOPE
 //?   Trace_stream->dump_layer = "all"; //? 1
 //?   cout << "Before:\n";  dump_memory(); //? 1
 //?   cout << Scenarios[i].to_run; //? 1