Skip to content

Commit 0218760

Browse files
committed
Fix
1 parent 3270d85 commit 0218760

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testbufferoverrun.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5245,7 +5245,7 @@ class TestBufferOverrun : public TestFixture {
52455245
// Check code..
52465246
std::list<Check::FileInfo*> fileInfo;
52475247
Check& c = getCheck<CheckBufferOverrun>();
5248-
fileInfo.push_back(c.getFileInfo(tokenizer, settings0));
5248+
fileInfo.push_back(c.getFileInfo(tokenizer, settings0, ""));
52495249
c.analyseWholeProgram(*ctu, fileInfo, settings0, *this); // TODO: check result
52505250
while (!fileInfo.empty()) {
52515251
delete fileInfo.back();

0 commit comments

Comments
 (0)