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.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/050scenario.cc b/050scenario.cc
index cf1850d2..7129ce82 100644
--- a/050scenario.cc
+++ b/050scenario.cc
@@ -117,7 +117,7 @@ if (Num_core_mu_scenarios) {
   time(&t);
   cerr << "Mu tests: " << ctime(&t);
   for (int i = 0; i < Num_core_mu_scenarios; ++i) {
-//?     cerr << i << ": " << Scenarios.at(i).name << '\n';
+//?     cerr << '\n' << i << ": " << Scenarios.at(i).name;
     run_mu_scenario(Scenarios.at(i));
     if (Passed) cerr << ".";
   }
@@ -128,7 +128,7 @@ if (Num_core_mu_scenarios != SIZE(Scenarios)) {
   time(&t);
   cerr << "App tests: " << ctime(&t);
   for (int i = Num_core_mu_scenarios; i < SIZE(Scenarios); ++i) {
-//?     cerr << i << ": " << Scenarios.at(i).name << '\n';
+//?     cerr << '\n' << i << ": " << Scenarios.at(i).name;
     run_mu_scenario(Scenarios.at(i));
     if (Passed) cerr << ".";
   }