Add support for running tests in no_std mode.
This commit is contained in:
@@ -148,6 +148,7 @@ mod tests {
|
||||
use super::*;
|
||||
use entity::EntityRef;
|
||||
use ir::{Inst, Ebb};
|
||||
use std::string::ToString;
|
||||
|
||||
#[test]
|
||||
fn convert() {
|
||||
|
||||
Reference in New Issue
Block a user