Skip to content

Commit 629e42d

Browse files
committed
Remove invalid assert in rdmd_test
1 parent 3a6501a commit 629e42d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rdmd_test.d

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,6 @@ void runTests()
356356

357357
res = execute([rdmdApp, "--compiler=" ~ fullCompilerPath, forceSrc]);
358358
assert(res.status == 0, res.output ~ "\nCan't run with --compiler=" ~ fullCompilerPath);
359-
assert(res.output.canFind("compile_force_src"));
360359

361360
// Create an empty temporary directory and clean it up when exiting scope
362361
static struct TmpDir

0 commit comments

Comments
 (0)