Skip to content

Commit

Permalink
Update unit test for E0092
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-lazaro committed Aug 8, 2016
1 parent 156c822 commit da8fed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/compile-fail/E0092.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#![feature(intrinsics)]
extern "rust-intrinsic" {
fn atomic_foo(); //~ ERROR E0092
}
} //~| NOTE unrecognized atomic operation

fn main() {
}

0 comments on commit da8fed5

Please sign in to comment.