about summary refs log tree commit diff
path: root/src/test/run-pass/inherent-trait-method-order.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/inherent-trait-method-order.rs')
-rw-r--r--src/test/run-pass/inherent-trait-method-order.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/run-pass/inherent-trait-method-order.rs b/src/test/run-pass/inherent-trait-method-order.rs
index 6643636c570..9674c86b379 100644
--- a/src/test/run-pass/inherent-trait-method-order.rs
+++ b/src/test/run-pass/inherent-trait-method-order.rs
@@ -31,4 +31,3 @@ fn main() {
     let x = &(&(&Foo));
     x.foo();
 }
-