diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/031scenario | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/031scenario b/cpp/031scenario index 2b665449..693f9bf8 100644 --- a/cpp/031scenario +++ b/cpp/031scenario @@ -9,9 +9,9 @@ struct scenario { vector<scenario> Scenarios; :(before "End Tests") -//? cout << "AAA\n"; //? 1 +time_t mu_time; time(&mu_time); +cerr << "\nMu tests: " << ctime(&mu_time); for (size_t i = 0; i < Scenarios.size(); ++i) { -//? cout << "BBB\n"; //? 1 setup(); Trace_stream = new trace_stream; //? Trace_stream->dump_layer = "all"; //? 1 |