Fix an accidental merge conflict
This commit is contained in:
1
build.rs
1
build.rs
@@ -168,6 +168,7 @@ fn write_testsuite_tests(
|
|||||||
|
|
||||||
/// Ignore tests that aren't supported yet.
|
/// Ignore tests that aren't supported yet.
|
||||||
fn ignore(testsuite: &str, testname: &str, strategy: &str) -> bool {
|
fn ignore(testsuite: &str, testname: &str, strategy: &str) -> bool {
|
||||||
|
let target = env::var("TARGET").unwrap();
|
||||||
match strategy {
|
match strategy {
|
||||||
#[cfg(feature = "lightbeam")]
|
#[cfg(feature = "lightbeam")]
|
||||||
"Lightbeam" => match (testsuite, testname) {
|
"Lightbeam" => match (testsuite, testname) {
|
||||||
|
|||||||
Reference in New Issue
Block a user