diff options
author | iximeow <me@iximeow.net> | 2020-02-05 23:30:47 -0800 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-02-05 23:41:34 -0800 |
commit | 685ce723ddf0bd9dcc0998f44a73f5ae07fdc0c5 (patch) | |
tree | 0566382d2db6945e5506f892baadeb5a2345cdd3 /test/test.rs | |
parent | 133ad889eb093018606a6986c5eb0aa20441c40f (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.rs | 6 |
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; |