File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -238,15 +238,15 @@ class TestCppcheck : public TestFixture {
238
238
}
239
239
}
240
240
241
- void checkWithFile () {
241
+ void checkWithFile () const {
242
242
checkWithFileInternal (false );
243
243
}
244
244
245
- void checkWithFileWithTools () {
245
+ void checkWithFileWithTools () const {
246
246
checkWithFileInternal (true );
247
247
}
248
248
249
- void checkWithFileWithToolsNoCommand () {
249
+ void checkWithFileWithToolsNoCommand () const {
250
250
checkWithFileInternal (true , true );
251
251
}
252
252
@@ -323,15 +323,15 @@ class TestCppcheck : public TestFixture {
323
323
}
324
324
}
325
325
326
- void checkWithFS () {
326
+ void checkWithFS () const {
327
327
checkWithFSInternal (false );
328
328
}
329
329
330
- void checkWithFSWithTools () {
330
+ void checkWithFSWithTools () const {
331
331
checkWithFSInternal (true );
332
332
}
333
333
334
- void checkWithFSWithToolsNoCommand () {
334
+ void checkWithFSWithToolsNoCommand () const {
335
335
checkWithFSInternal (true , true );
336
336
}
337
337
You can’t perform that action at this time.
0 commit comments