summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/core/parser/StandaloneParserContext.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/parser/StandaloneParserContext.hpp b/test/core/parser/StandaloneParserContext.hpp
index 64a245f..78d148d 100644
--- a/test/core/parser/StandaloneParserContext.hpp
+++ b/test/core/parser/StandaloneParserContext.hpp
@@ -26,10 +26,10 @@ namespace parser {
struct StandaloneParserContext : public ParserContext {
private:
+ Manager manager;
Logger logger;
Scope scope;
Registry registry;
- Manager manager;
public:
StandaloneParserContext()