about summary refs log tree commit diff
path: root/src/test/compile-fail/foreign-unsafe-fn-called.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/compile-fail/foreign-unsafe-fn-called.rs')
-rw-r--r--src/test/compile-fail/foreign-unsafe-fn-called.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/compile-fail/foreign-unsafe-fn-called.rs b/src/test/compile-fail/foreign-unsafe-fn-called.rs
index 9122abab713..ed8b8088ee4 100644
--- a/src/test/compile-fail/foreign-unsafe-fn-called.rs
+++ b/src/test/compile-fail/foreign-unsafe-fn-called.rs
@@ -21,4 +21,3 @@ fn main() {
     test::free();
     //~^ ERROR access to unsafe function requires unsafe function or block
 }
-