Skip to content

Commit 3b9903d

Browse files
committed
moved givenACodeSampleToTokenize::settings instance to proper file
1 parent 3bd7f13 commit 3b9903d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/helpers.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,5 @@ std::string PreprocessorHelper::getcode(Preprocessor &preprocessor, const std::s
103103

104104
return ret;
105105
}
106+
107+
const Settings givenACodeSampleToTokenize::settings;

test/testutils.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
#include <limits>
2727
#include <string>
2828

29-
const Settings givenACodeSampleToTokenize::settings;
30-
3129
class TestUtils : public TestFixture {
3230
public:
3331
TestUtils() : TestFixture("TestUtils") {}

0 commit comments

Comments
 (0)