Skip to content

Commit 1c998f0

Browse files
authored
Update TestFileParserTests.cpp
1 parent 3bd783d commit 1c998f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/libsolidity/util/TestFileParserTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ BOOST_AUTO_TEST_CASE(call_arguments_tuple_invalid_empty)
798798
BOOST_REQUIRE_THROW(parse(source), TestParserError);
799799
}
800800

801-
BOOST_AUTO_TEST_CASE(call_arguments_tuple_invalid_parantheses)
801+
BOOST_AUTO_TEST_CASE(call_arguments_tuple_invalid_parentheses)
802802
{
803803
char const* source = R"(
804804
// f((uint8,() -> FAILURE

0 commit comments

Comments
 (0)