summary refs log tree commit diff
path: root/src/test/ui/span
diff options
context:
space:
mode:
authorTomasz Miąsko <tomasz.miasko@gmail.com>2019-11-04 00:00:00 +0000
committerTomasz Miąsko <tomasz.miasko@gmail.com>2019-11-04 16:03:46 +0100
commit0501d8ab0dfbd5fe817ca62efbbfadd453fa7b68 (patch)
treee18a865cba9229fb0dc4e7d0dbda3e4c9aa8ff6c /src/test/ui/span
parent045fdd9fa92e745ff0694de4b4c6aab782212286 (diff)
downloadrust-0501d8ab0dfbd5fe817ca62efbbfadd453fa7b68.tar.gz
rust-0501d8ab0dfbd5fe817ca62efbbfadd453fa7b68.zip
Use check-pass in ui tests where appropriate
Diffstat (limited to 'src/test/ui/span')
-rw-r--r--src/test/ui/span/issue-24690.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/span/issue-24690.rs b/src/test/ui/span/issue-24690.rs
index f51ea55d4e6..2b7349c5503 100644
--- a/src/test/ui/span/issue-24690.rs
+++ b/src/test/ui/span/issue-24690.rs
@@ -1,7 +1,7 @@
 //! A test to ensure that helpful `note` messages aren't emitted more often
 //! than necessary.
 
-// build-pass (FIXME(62277): could be check-pass?)
+// check-pass
 
 // Although there are three warnings, we should only get two "lint level defined
 // here" notes pointing at the `warnings` span, one for each error type.