about summary refs log tree commit diff
diff options
context:
space:
mode:
authorKang Seonghoon <public+git@mearie.org>2015-02-27 01:26:06 +0900
committerKang Seonghoon <public+git@mearie.org>2015-02-27 01:26:06 +0900
commit3b8f8b83007a3caeef7ca54df7c4cbb47fc05285 (patch)
treea97e27fd4f1536ae7de87c212876f90c3321723d
parentbdd31b38aaf320acc9dad5fa012ba2834348c1f8 (diff)
downloadrust-3b8f8b83007a3caeef7ca54df7c4cbb47fc05285.tar.gz
rust-3b8f8b83007a3caeef7ca54df7c4cbb47fc05285.zip
Removed an excess feature flag from the backtrace test.
-rw-r--r--src/test/run-pass/backtrace-debuginfo.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/run-pass/backtrace-debuginfo.rs b/src/test/run-pass/backtrace-debuginfo.rs
index 618a6b6e309..6bc22de986d 100644
--- a/src/test/run-pass/backtrace-debuginfo.rs
+++ b/src/test/run-pass/backtrace-debuginfo.rs
@@ -10,8 +10,6 @@
 
 // compile-flags:-g
 
-#![feature(asm)]
-
 use std::old_io::stderr;
 use std::env;