about summary refs log tree commit diff
diff options
context:
space:
mode:
authorStephen Lazaro <stephen.lazaro@gmail.com>2016-08-08 14:10:59 -0700
committerStephen Lazaro <stephen.lazaro@gmail.com>2016-08-08 14:10:59 -0700
commitda8fed5f90ee0835895c3d85e8b90a6bcff606b9 (patch)
treed13043b48e74018779900a0934595959894af50f
parent156c822ab2a51448f55a3f5f4f594b078984de76 (diff)
downloadrust-da8fed5f90ee0835895c3d85e8b90a6bcff606b9.tar.gz
rust-da8fed5f90ee0835895c3d85e8b90a6bcff606b9.zip
Update unit test for E0092
-rw-r--r--src/test/compile-fail/E0092.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/E0092.rs b/src/test/compile-fail/E0092.rs
index b08164ac06d..c8bb31a7857 100644
--- a/src/test/compile-fail/E0092.rs
+++ b/src/test/compile-fail/E0092.rs
@@ -11,7 +11,7 @@
 #![feature(intrinsics)]
 extern "rust-intrinsic" {
     fn atomic_foo(); //~ ERROR E0092
-}
+}                    //~| NOTE unrecognized atomic operation
 
 fn main() {
 }