diff options
Diffstat (limited to 'test/Driver/gcc-version-debug.c')
-rw-r--r-- | test/Driver/gcc-version-debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Driver/gcc-version-debug.c b/test/Driver/gcc-version-debug.c index ff38c28..daa9606 100644 --- a/test/Driver/gcc-version-debug.c +++ b/test/Driver/gcc-version-debug.c @@ -1,4 +1,5 @@ // RUN: %clang -v --target=i386-unknown-linux \ +// RUN: --gcc-toolchain="" \ // RUN: --sysroot=%S/Inputs/debian_multiarch_tree 2>&1 | FileCheck %s // CHECK: Found candidate GCC installation: {{.*}}Inputs{{.}}debian_multiarch_tree{{.}}usr{{.}}lib{{.}}gcc{{.}}i686-linux-gnu{{.}}4.5 |