about summary refs log tree commit diff
path: root/src/test/run-pass/unboxed-closures-prelude.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/unboxed-closures-prelude.rs')
-rw-r--r--src/test/run-pass/unboxed-closures-prelude.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/run-pass/unboxed-closures-prelude.rs b/src/test/run-pass/unboxed-closures-prelude.rs
index 16a55ab550d..4ed3fa5ca2d 100644
--- a/src/test/run-pass/unboxed-closures-prelude.rs
+++ b/src/test/run-pass/unboxed-closures-prelude.rs
@@ -28,4 +28,3 @@ fn main() {
 fn call<F:FnOnce(int) -> int>(f: F, x: int) -> int {
     f(x)
 }
-