From b6f5d0bb6a973600a3777e41793975aa2720ae4d Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 24 Apr 2020 13:16:01 -0700 Subject: [PATCH] Fix an accidental merge conflict --- build.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/build.rs b/build.rs index 191cdf90fc..bf44499569 100644 --- a/build.rs +++ b/build.rs @@ -168,6 +168,7 @@ fn write_testsuite_tests( /// Ignore tests that aren't supported yet. fn ignore(testsuite: &str, testname: &str, strategy: &str) -> bool { + let target = env::var("TARGET").unwrap(); match strategy { #[cfg(feature = "lightbeam")] "Lightbeam" => match (testsuite, testname) {