diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-06-28 01:17:44 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2018-06-29 23:47:36 +0800 |
commit | 7d525620d88d3539b5c0f85ee2c5ba49506e30bc (patch) | |
tree | c02cbd1be2f408f40aee9033db8afc568481ed3e /test | |
parent | 4268062985e434b00f07e3f90772b94538933b9c (diff) | |
download | dexon-solidity-7d525620d88d3539b5c0f85ee2c5ba49506e30bc.tar.gz dexon-solidity-7d525620d88d3539b5c0f85ee2c5ba49506e30bc.tar.zst dexon-solidity-7d525620d88d3539b5c0f85ee2c5ba49506e30bc.zip |
Rename JSONCompiler test suite to LibSolc
Diffstat (limited to 'test')
-rw-r--r-- | test/libsolidity/LibSolc.cpp (renamed from test/libsolidity/JSONCompiler.cpp) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/libsolidity/JSONCompiler.cpp b/test/libsolidity/LibSolc.cpp index 2b3df3a7..f42d374f 100644 --- a/test/libsolidity/JSONCompiler.cpp +++ b/test/libsolidity/LibSolc.cpp @@ -16,7 +16,7 @@ */ /** * @date 2017 - * Unit tests for solc/jsonCompiler.cpp. + * Unit tests for libsolc/libsolc.cpp. */ #include <string> @@ -70,7 +70,7 @@ Json::Value compile(string const& _input) } // end anonymous namespace -BOOST_AUTO_TEST_SUITE(JSONCompiler) +BOOST_AUTO_TEST_SUITE(LibSolc) BOOST_AUTO_TEST_CASE(read_version) { |