We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a6501a commit 629e42dCopy full SHA for 629e42d
rdmd_test.d
@@ -356,7 +356,6 @@ void runTests()
356
357
res = execute([rdmdApp, "--compiler=" ~ fullCompilerPath, forceSrc]);
358
assert(res.status == 0, res.output ~ "\nCan't run with --compiler=" ~ fullCompilerPath);
359
- assert(res.output.canFind("compile_force_src"));
360
361
// Create an empty temporary directory and clean it up when exiting scope
362
static struct TmpDir
0 commit comments