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.
givenACodeSampleToTokenize::settings
1 parent f412af8 commit 1c14327Copy full SHA for 1c14327
test/helpers.cpp
@@ -59,3 +59,5 @@ ScopedFile::~ScopedFile() {
59
#endif
60
}
61
62
+
63
+const Settings givenACodeSampleToTokenize::settings;
test/testutils.cpp
@@ -20,8 +20,6 @@
20
#include "fixture.h"
21
#include "utils.h"
22
23
-const Settings givenACodeSampleToTokenize::settings;
24
-
25
class TestUtils : public TestFixture {
26
public:
27
TestUtils() : TestFixture("TestUtils") {}
0 commit comments