about summary refs log tree commit diff
path: root/src/test/compile-fail/native-unsafe-fn.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/compile-fail/native-unsafe-fn.rs')
-rw-r--r--src/test/compile-fail/native-unsafe-fn.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/native-unsafe-fn.rs b/src/test/compile-fail/native-unsafe-fn.rs
index 8615c7795a9..fd2ace23457 100644
--- a/src/test/compile-fail/native-unsafe-fn.rs
+++ b/src/test/compile-fail/native-unsafe-fn.rs
@@ -7,7 +7,7 @@ native mod test {
 
 fn main() {
     let x = test::free;
-    //!^ ERROR access to unsafe function requires unsafe function or block
+    //~^ ERROR access to unsafe function requires unsafe function or block
 }