diff --git a/compile-tests/fn-ptr.rs b/compile-tests/fn-ptr.rs
deleted file mode 100644
index a0f2763d18e45483550d0710fcced8151d517df4..0000000000000000000000000000000000000000
--- a/compile-tests/fn-ptr.rs
+++ /dev/null
@@ -1,6 +0,0 @@
-type Callback = fn (i32, i32) -> bool;
-
-#[no_mangle]
-extern "C" fn root(x: fn(),
-                   y: Callback)
-{ }