Skip to content

Commit

Permalink
[to-drop] Use --chatty with test that fails with gdmd
Browse files Browse the repository at this point in the history
  • Loading branch information
WebDrake committed Feb 4, 2018
1 parent cc2348b commit 1a17d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdmd_test.d
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ void runTests(string rdmdApp, string compiler, string model)
string mainSrcName = srcDir.buildPath("main.d");
std.file.write(mainSrcName, `extern(C) void fun(); pragma(lib, "fun"); void main() { fun(); }`);

res = execute(rdmdArgs ~ ["-L-L" ~ srcDir, mainSrcName]);
res = execute(rdmdArgs ~ ["--chatty", "-L-L" ~ srcDir, mainSrcName]);
assert(res.status == 0, res.output);
}}

Expand Down

0 comments on commit 1a17d0a

Please sign in to comment.