Skip to content

Commit 2128cde

Browse files
author
neo hong
committed
modify test case
1 parent ef6c799 commit 2128cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/liblangutil/Scanner.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ BOOST_AUTO_TEST_CASE(comments_mixed_in_sequence)
574574

575575
BOOST_AUTO_TEST_CASE(ether_subdenominations)
576576
{
577-
TestScanner scanner(CharStream("sun trx", ""));
577+
TestScanner scanner("sun trx");
578578
BOOST_CHECK_EQUAL(scanner.currentToken(), Token::SubSun);
579579
BOOST_CHECK_EQUAL(scanner.next(), Token::SubTrx);
580580
}

0 commit comments

Comments
 (0)