Skip to content

Commit f4c4f96

Browse files
committed
tests/ui/hello_world/main.rs: Remove FIXME
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.
1 parent a6236fa commit f4c4f96

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)