Skip to content

Commit 523603a

Browse files
committed
testtokenlist.cpp: fixed functionConst selfcheck warning
1 parent fad774c commit 523603a

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
@@ -47,7 +47,7 @@ class TestTokenList : public TestFixture {
4747
ASSERT_EQUALS("0x89504e470d0a1a0a", tokenlist.front()->str());
4848
}
4949

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

0 commit comments

Comments
 (0)