diff options
author | Daniel Kirchner <daniel@ekpyron.org> | 2018-03-12 20:33:37 +0800 |
---|---|---|
committer | Daniel Kirchner <daniel@ekpyron.org> | 2018-03-13 18:20:11 +0800 |
commit | 3232561d979954f0625102d33cf042fc5eda7211 (patch) | |
tree | d2551396fd88e5e4c7658e4a13791976ac82cb4b /test/TestHelper.h | |
parent | 317c1f7fa36a24259a3c678fad255406df9da64d (diff) | |
download | dexon-solidity-3232561d979954f0625102d33cf042fc5eda7211.tar.gz dexon-solidity-3232561d979954f0625102d33cf042fc5eda7211.tar.zst dexon-solidity-3232561d979954f0625102d33cf042fc5eda7211.zip |
Refactoring; fuse SyntaxTestParser and SyntaxTester to SyntaxTest.
Diffstat (limited to 'test/TestHelper.h')
-rw-r--r-- | test/TestHelper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TestHelper.h b/test/TestHelper.h index 9c61be3b..f7b1d94c 100644 --- a/test/TestHelper.h +++ b/test/TestHelper.h @@ -35,7 +35,7 @@ namespace test struct Options: boost::noncopyable { std::string ipcPath; - std::string testPath; + boost::filesystem::path testPath; bool showMessages = false; bool optimize = false; bool disableIPC = false; |