Skip to content

Commit 9b7b993

Browse files
Rollup merge of rust-lang#114122 - Enselic:hello-build-pass, r=petrochenkov
tests/ui/hello_world/main.rs: Remove FIXME (rust-lang#62277) The purpose of the test is to make sure that compiling hello world produces no compiler output. To properly test that, we need to run the entire compiler pipeline. We don't want the test to pass if codegen accidentally starts writing to stdout. So keep it as build-pass. Part of rust-lang#62277
2 parents 0eb5efc + f4c4f96 commit 9b7b993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/hello_world/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// build-pass (FIXME(62277): could be check-pass?)
1+
// build-pass
22

33
// Test that compiling hello world succeeds with no output of any kind.
44

0 commit comments

Comments
 (0)