diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2015-01-18 16:23:48 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2015-01-18 16:23:48 +0000 |
commit | 06d4ba388873e6d1cfa9cd715a8935ecc8cd2097 (patch) | |
tree | 3eb853da77d46cc77c4b017525a422f9ddb1385b /test/Driver/gcc-version-debug.c | |
parent | 30d791273d07fac9c0c1641a0731191bca6e8606 (diff) |
Notes
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 ff38c2805238..daa9606ef7a5 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 |