aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/native-src
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/native-src')
-rw-r--r--src/test/run-pass/native-src/native.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/native-src/native.rs b/src/test/run-pass/native-src/native.rs
index 22658095..2a5966c8 100644
--- a/src/test/run-pass/native-src/native.rs
+++ b/src/test/run-pass/native-src/native.rs
@@ -1,6 +1,6 @@
// -*- rust -*-
-unsafe fn main() {
+fn main() {
libc.puts(rustrt.str_buf("hello, native world 1"));
libc.puts(rustrt.str_buf("hello, native world 2"));
libc.puts(rustrt.str_buf("hello, native world 3"));