mirror of
https://github.com/unittest-cpp/unittest-cpp
synced 2026-09-26 16:19:30 +03:00
Fix comment in TestTestRunner.cpp
"Self-recursive" didn't make much sense.
This commit is contained in:
parent
7186084dd8
commit
6e1d0f48ab
1 changed files with 2 additions and 2 deletions
|
|
@ -110,7 +110,7 @@ namespace
|
|||
SlowTest test;
|
||||
list.Add(&test);
|
||||
|
||||
// Using UnitTest::Timer here is arguably a bit hokey and self-recursive, but
|
||||
// Using UnitTest::Timer here is arguably a bit hokey and self-referential, but
|
||||
// it should guarantee that the test time recorded is less than that plus the
|
||||
// overhead of RunTestsIf -- the only thing we can reliably assert without
|
||||
// reworking the test to not use sleeps at all
|
||||
|
|
@ -334,4 +334,4 @@ namespace
|
|||
CHECK_EQUAL("suite", reporter.lastStartedSuite);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue