Skip to content

Commit 1c28cf5

Browse files
authored
Change run-make ignore message
1 parent bf0eb6a commit 1c28cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/check.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ impl Step for Compiletest {
650650
}
651651
}
652652
if suite == "run-make" && !build.config.llvm_enabled {
653-
println!("Ignoring run-make test suite");
653+
println!("Ignoring run-make test suite as they generally dont work without LLVM");
654654
return;
655655
}
656656

0 commit comments

Comments
 (0)