We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5eb6fb commit 1e5d972Copy full SHA for 1e5d972
src/lib/support/tests/ExtraPwTestMacros.h
@@ -41,7 +41,7 @@
41
* void testFunction();
42
* };
43
*
44
- * TEST_F_FROM_FIXTURE(TestClass, testFunction)
+ * TEST_F_FROM_FIXTURE(TestCtx, testFunction)
45
* {
46
* Foo foo;
47
* EXPECT_TRUE(foo.privateFunction());
0 commit comments