diff options
| author | Stephen Lazaro <stephen.lazaro@gmail.com> | 2016-08-08 14:10:59 -0700 |
|---|---|---|
| committer | Stephen Lazaro <stephen.lazaro@gmail.com> | 2016-08-08 14:10:59 -0700 |
| commit | da8fed5f90ee0835895c3d85e8b90a6bcff606b9 (patch) | |
| tree | d13043b48e74018779900a0934595959894af50f | |
| parent | 156c822ab2a51448f55a3f5f4f594b078984de76 (diff) | |
| download | rust-da8fed5f90ee0835895c3d85e8b90a6bcff606b9.tar.gz rust-da8fed5f90ee0835895c3d85e8b90a6bcff606b9.zip | |
Update unit test for E0092
| -rw-r--r-- | src/test/compile-fail/E0092.rs | 2 |
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() { } |
