aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/SolidityEndToEndTest.cpp
diff options
context:
space:
mode:
authorLianaHus <liana@ethdev.com>2015-09-15 17:41:40 +0800
committerLianaHus <liana@ethdev.com>2015-09-15 17:41:40 +0800
commit9d44e659321cad4fe9955895d8487bf4a089ae92 (patch)
treee3d3aada93c5f13ea5584d541ccfc864ef3be3aa /test/libsolidity/SolidityEndToEndTest.cpp
parent466f5a4b88b4f317e8a4d9b5734fd938d4e01e80 (diff)
downloaddexon-solidity-9d44e659321cad4fe9955895d8487bf4a089ae92.tar.gz
dexon-solidity-9d44e659321cad4fe9955895d8487bf4a089ae92.tar.zst
dexon-solidity-9d44e659321cad4fe9955895d8487bf4a089ae92.zip
moved the test
Conflicts: test/libsolidity/SolidityEndToEndTest.cpp test/libsolidity/SolidityNameAndTypeResolution.cpp
Diffstat (limited to 'test/libsolidity/SolidityEndToEndTest.cpp')
-rw-r--r--test/libsolidity/SolidityEndToEndTest.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/libsolidity/SolidityEndToEndTest.cpp b/test/libsolidity/SolidityEndToEndTest.cpp
index 8f94cba1..05508e2b 100644
--- a/test/libsolidity/SolidityEndToEndTest.cpp
+++ b/test/libsolidity/SolidityEndToEndTest.cpp
@@ -5233,6 +5233,7 @@ BOOST_AUTO_TEST_CASE(storage_string_as_mapping_key_without_variable)
BOOST_CHECK(callContractFunction("f()") == encodeArgs(u256(2)));
}
+<<<<<<< HEAD
BOOST_AUTO_TEST_CASE(library_call)
{
char const* sourceCode = R"(
@@ -5279,6 +5280,8 @@ BOOST_AUTO_TEST_CASE(array_out_of_bound_access)
compileRequireThrow<TypeError>(sourceCode);
}
+=======
+>>>>>>> 6920415... moved the test
BOOST_AUTO_TEST_SUITE_END()
}