Skip to content

Commit

Permalink
Revert "Test assertAnalyzerDmd without writing to file"
Browse files Browse the repository at this point in the history
This reverts commit 9f50f38.
  • Loading branch information
Vladiwostok committed Aug 19, 2024
1 parent 9f50f38 commit e2c927c
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 e2c927c

Please sign in to comment.