summaryrefslogtreecommitdiffstats
path: root/tests/ui/hello_world
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/hello_world')
-rw-r--r--tests/ui/hello_world/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/hello_world/main.rs b/tests/ui/hello_world/main.rs
index 22ce47414..39cb74b70 100644
--- a/tests/ui/hello_world/main.rs
+++ b/tests/ui/hello_world/main.rs
@@ -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.