Skip to content

Commit

Permalink
Test assertAnalyzerDmd without writing to file
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladiwostok committed Aug 19, 2024
1 parent 718da6a commit 9f50f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dscanner/analysis/helpers.d
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ void assertAnalyzerWarningsDMD(string code, const StaticAnalysisConfig config, b
remove(deleteme);
}

f.write(code);
//f.write(code);
f.close();

auto dmdParentDir = dirName(dirName(dirName(dirName(__FILE_FULL_PATH__))));
Expand Down

0 comments on commit 9f50f38

Please sign in to comment.