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.
This commit is contained in:
parent
a6236fa460
commit
f4c4f96d16
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue