Skip to content

Commit

Permalink
Rollup merge of #114122 - Enselic:hello-build-pass, r=petrochenkov
Browse files Browse the repository at this point in the history
tests/ui/hello_world/main.rs: Remove FIXME (#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 #62277
  • Loading branch information
workingjubilee authored Jul 27, 2023
2 parents 0eb5efc + f4c4f96 commit 9b7b993
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 9b7b993

Please sign in to comment.