about summary refs log tree commit diff
path: root/src/test/run-pass/class-implement-traits.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-04-07 11:26:37 -0700
committerbors <bors@rust-lang.org>2014-04-07 11:26:37 -0700
commit9a33330caaaedb9eef447ae862e9b87e3aa9880f (patch)
tree9a7c30451cda73c0bd106e042d145ad31077968a /src/test/run-pass/class-implement-traits.rs
parent2db9700332cb7db6d26fab6d07a952f28c6b2256 (diff)
parent2ecae80af210d6153cdf0fecb1ecd11fcc390c00 (diff)
downloadrust-9a33330caaaedb9eef447ae862e9b87e3aa9880f.tar.gz
rust-9a33330caaaedb9eef447ae862e9b87e3aa9880f.zip
auto merge of #13288 : alexcrichton/rust/remove-check-fast, r=brson
Rebasing of #12304.
Diffstat (limited to 'src/test/run-pass/class-implement-traits.rs')
-rw-r--r--src/test/run-pass/class-implement-traits.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/run-pass/class-implement-traits.rs b/src/test/run-pass/class-implement-traits.rs
index d967310b907..9fbdaa8c019 100644
--- a/src/test/run-pass/class-implement-traits.rs
+++ b/src/test/run-pass/class-implement-traits.rs
@@ -8,7 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// ignore-fast
 
 trait noisy {
     fn speak(&mut self);