diff --git a/SolidityEndToEndTest.cpp b/SolidityEndToEndTest.cpp index 05d2e3af8..b42916ce6 100644 --- a/SolidityEndToEndTest.cpp +++ b/SolidityEndToEndTest.cpp @@ -2206,7 +2206,7 @@ BOOST_AUTO_TEST_CASE(event_anonymous) { char const* sourceCode = R"( contract ClientReceipt { - event anonymous Deposit(); + event Deposit() anonymous; function deposit() { Deposit(); }