about summary refs log tree commit diff stats
path: root/050scenario.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-12-05 01:09:19 -0800
committerKartik K. Agaram <vc@akkartik.com>2017-12-05 01:09:19 -0800
commit26b4bdc8b3b1d1f2f4b4dae1e7d2b89c7e286b1b (patch)
treee53c12766470bf7b8a667a29afb22d5e729d9ac5 /050scenario.cc
parenta87118d98906d2eda0265fba6cfef8b979f8d8ec (diff)
downloadmu-26b4bdc8b3b1d1f2f4b4dae1e7d2b89c7e286b1b.tar.gz
4138
Diffstat (limited to '050scenario.cc')
-rw-r--r--050scenario.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/050scenario.cc b/050scenario.cc
index edc57573..b7d5b58b 100644
--- a/050scenario.cc
+++ b/050scenario.cc
@@ -230,7 +230,7 @@ void run_mu_scenario(const scenario& s) {
     Passed = false;
   if (not_already_inside_test && Trace_stream) {
     if (Save_trace) {
-      ofstream fout("last_trace");
+      ofstream fout("last_run");
       fout << Trace_stream->readable_contents("");
       fout.close();
     }