Fixes #13: Enable conditional compilation of ISAs through features;
This commit is contained in:
committed by
Dan Gohman
parent
049f067168
commit
a45b814de8
@@ -83,7 +83,7 @@ pub struct TestRunner {
|
||||
}
|
||||
|
||||
impl TestRunner {
|
||||
/// Create a new blank TrstRunner.
|
||||
/// Create a new blank TestRunner.
|
||||
pub fn new(verbose: bool, report_times: bool) -> Self {
|
||||
Self {
|
||||
verbose,
|
||||
|
||||
Reference in New Issue
Block a user