We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
functionConst
1 parent 9068f90 commit 7bc59beCopy full SHA for 7bc59be
test/testtokenlist.cpp
@@ -46,7 +46,7 @@ class TestTokenList : public TestFixture {
46
ASSERT_EQUALS("0x89504e470d0a1a0a", tokenlist.front()->str());
47
}
48
49
- void testaddtoken2() {
+ void testaddtoken2() const {
50
const std::string code = "0xF0000000";
51
Settings settings1;
52
settings1.platform.int_bit = 32;
0 commit comments