Skip to content

Commit f9413e1

Browse files
authored
[clang][test] Remove duplication from gcc toolchain test (NFC) (#146487)
Changes from Commit 40aab04 "[test] Migrate -gcc-toolchain with space separator to --gcc-toolchain=" made two previously different RUN lines equal. Remove one RUN line.
1 parent 42e7796 commit f9413e1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

clang/test/Driver/gcc-toolchain.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66
// RUN: --gcc-toolchain=%S/Inputs/ubuntu_14.04_multiarch_tree/usr -stdlib=libstdc++ --rtlib=libgcc --unwindlib=libgcc -no-pie 2>&1 | \
77
// RUN: FileCheck %s
88
//
9-
// Additionally check that the legacy spelling of the flag works.
10-
// RUN: %clangxx %s -### --target=x86_64-linux-gnu --sysroot= \
11-
// RUN: --gcc-toolchain=%S/Inputs/ubuntu_14.04_multiarch_tree/usr -stdlib=libstdc++ --rtlib=libgcc --unwindlib=libgcc -no-pie 2>&1 | \
12-
// RUN: FileCheck %s
13-
//
149
// Test for header search toolchain detection.
1510
// CHECK: "-internal-isystem"
1611
// CHECK: "[[TOOLCHAIN:[^"]+]]/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8"

0 commit comments

Comments
 (0)