about summary refs log tree commit diff
diff options
context:
space:
mode:
-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 22ce47414b2..39cb74b709b 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.