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 0662d50 commit 6431e3bCopy full SHA for 6431e3b
test/helpers.cpp
@@ -62,3 +62,5 @@ ScopedFile::~ScopedFile() {
62
#endif
63
}
64
65
+
66
+const Settings givenACodeSampleToTokenize::settings;
test/testutils.cpp
@@ -21,8 +21,6 @@
21
#include "settings.h"
22
#include "utils.h"
23
24
-const Settings givenACodeSampleToTokenize::settings;
25
-
26
class TestUtils : public TestFixture {
27
public:
28
TestUtils() : TestFixture("TestUtils") {}
0 commit comments