From 1fe1e996e987426e5d6352dabef358fc4ae619e5 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Sat, 20 Mar 2021 15:24:02 -0700 Subject: [PATCH] [test] Delete "-internal-isystem" "/usr/local/include" --- clang/test/Driver/gcc-toolchain.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/clang/test/Driver/gcc-toolchain.cpp b/clang/test/Driver/gcc-toolchain.cpp index 4bd658315a44..fa256bec2b9a 100644 --- a/clang/test/Driver/gcc-toolchain.cpp +++ b/clang/test/Driver/gcc-toolchain.cpp @@ -18,7 +18,6 @@ // CHECK: "[[TOOLCHAIN]]/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../include/x86_64-linux-gnu/c++/4.8" // CHECK: "-internal-isystem" // CHECK: "[[TOOLCHAIN]]/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/backward" -// CHECK: "-internal-isystem" "/usr/local/include" // // Test for linker toolchain detection. Note that only the '-L' flags will use // the same precise formatting of the path as the '-internal-system' flags