Skip to content

Commit

Permalink
modify test case
Browse files Browse the repository at this point in the history
  • Loading branch information
neo hong committed Aug 31, 2021
1 parent ef6c799 commit 2128cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/liblangutil/Scanner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ BOOST_AUTO_TEST_CASE(comments_mixed_in_sequence)

BOOST_AUTO_TEST_CASE(ether_subdenominations)
{
TestScanner scanner(CharStream("sun trx", ""));
TestScanner scanner("sun trx");
BOOST_CHECK_EQUAL(scanner.currentToken(), Token::SubSun);
BOOST_CHECK_EQUAL(scanner.next(), Token::SubTrx);
}
Expand Down

0 comments on commit 2128cde

Please sign in to comment.