We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7186084 commit 6e1d0f4Copy full SHA for 6e1d0f4
tests/TestTestRunner.cpp
@@ -110,7 +110,7 @@ namespace
110
SlowTest test;
111
list.Add(&test);
112
113
- // 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
114
// it should guarantee that the test time recorded is less than that plus the
115
// overhead of RunTestsIf -- the only thing we can reliably assert without
116
// reworking the test to not use sleeps at all
@@ -334,4 +334,4 @@ namespace
334
CHECK_EQUAL("suite", reporter.lastStartedSuite);
335
}
336
337
-}
+}
0 commit comments