Skip to content

Commit 6e1d0f4

Browse files
committed
Fix comment in TestTestRunner.cpp
"Self-recursive" didn't make much sense.
1 parent 7186084 commit 6e1d0f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/TestTestRunner.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ namespace
110110
SlowTest test;
111111
list.Add(&test);
112112

113-
// Using UnitTest::Timer here is arguably a bit hokey and self-recursive, but
113+
// Using UnitTest::Timer here is arguably a bit hokey and self-referential, but
114114
// it should guarantee that the test time recorded is less than that plus the
115115
// overhead of RunTestsIf -- the only thing we can reliably assert without
116116
// reworking the test to not use sleeps at all
@@ -334,4 +334,4 @@ namespace
334334
CHECK_EQUAL("suite", reporter.lastStartedSuite);
335335
}
336336

337-
}
337+
}

0 commit comments

Comments
 (0)