Skip to content

Commit

Permalink
tests/ui/hello_world/main.rs: Remove FIXME
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Enselic committed Jul 27, 2023
1 parent a6236fa commit f4c4f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/hello_world/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// build-pass (FIXME(62277): could be check-pass?)
// build-pass

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

Expand Down

0 comments on commit f4c4f96

Please sign in to comment.