mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Rename JSONCompiler test suite to LibSolc
This commit is contained in:
parent
4268062985
commit
7d525620d8
@ -16,7 +16,7 @@
|
|||||||
*/
|
*/
|
||||||
/**
|
/**
|
||||||
* @date 2017
|
* @date 2017
|
||||||
* Unit tests for solc/jsonCompiler.cpp.
|
* Unit tests for libsolc/libsolc.cpp.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
@ -70,7 +70,7 @@ Json::Value compile(string const& _input)
|
|||||||
|
|
||||||
} // end anonymous namespace
|
} // end anonymous namespace
|
||||||
|
|
||||||
BOOST_AUTO_TEST_SUITE(JSONCompiler)
|
BOOST_AUTO_TEST_SUITE(LibSolc)
|
||||||
|
|
||||||
BOOST_AUTO_TEST_CASE(read_version)
|
BOOST_AUTO_TEST_CASE(read_version)
|
||||||
{
|
{
|
Loading…
Reference in New Issue
Block a user