about summary refs log tree commit diff stats
path: root/050scenario.cc
diff options
context:
space:
mode:
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 cb16482d..7f3178c9 100644
--- a/050scenario.cc
+++ b/050scenario.cc
@@ -178,9 +178,9 @@ void run_mu_scenario(const scenario& s) {
   bind_special_scenario_names(tmp.at(0));
   transform_all();
   run(tmp.front());
+  // End Mu Test Teardown
   if (!Hide_errors && trace_count("error") > 0)
     Passed = false;
-  // End Mu Test Teardown
   if (!Passed)
     ++Num_failures;
   if (not_already_inside_test && Trace_stream) {