aboutsummaryrefslogtreecommitdiff
path: root/test/test.rs
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2020-02-05 23:30:47 -0800
committeriximeow <me@iximeow.net>2020-02-05 23:41:34 -0800
commit685ce723ddf0bd9dcc0998f44a73f5ae07fdc0c5 (patch)
tree0566382d2db6945e5506f892baadeb5a2345cdd3 /test/test.rs
parent133ad889eb093018606a6986c5eb0aa20441c40f (diff)
bump yaxpeax-arch to 0.0.3, make tests stable-friendly0.0.2
Diffstat (limited to 'test/test.rs')
-rw-r--r--test/test.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test.rs b/test/test.rs
index 72b7e50..fcf680a 100644
--- a/test/test.rs
+++ b/test/test.rs
@@ -1,6 +1,6 @@
-#![feature(test)]
-
-extern crate test;
+// #![feature(test)]
+//
+// extern crate test;
extern crate yaxpeax_arch;
extern crate yaxpeax_arm;