Skip to content

Commit 7bc59be

Browse files
committed
testtokenlist.cpp: fixed functionConst selfcheck warning
1 parent 9068f90 commit 7bc59be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testtokenlist.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class TestTokenList : public TestFixture {
4646
ASSERT_EQUALS("0x89504e470d0a1a0a", tokenlist.front()->str());
4747
}
4848

49-
void testaddtoken2() {
49+
void testaddtoken2() const {
5050
const std::string code = "0xF0000000";
5151
Settings settings1;
5252
settings1.platform.int_bit = 32;

0 commit comments

Comments
 (0)