Fix typo in test. There is no %clangcxx, but there is %clangxx.

llvm-svn: 234574
This commit is contained in:
Nick Lewycky 2015-04-10 07:43:19 +00:00
parent 7fc8aa9f1c
commit b9489a696e
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@
// CHECK-LSAN-ASAN-LINUX: libclang_rt.asan-x86_64
// CHECK-LSAN-ASAN-LINUX-NOT: libclang_rt.lsan
// RUN: %clangcxx -fsanitize=address %s -### -o %t.o 2>&1 \
// RUN: %clangxx -fsanitize=address %s -### -o %t.o 2>&1 \
// RUN: -mmacosx-version-min=10.6 \
// RUN: -target x86_64-apple-darwin13.4.0 \
// RUN: --sysroot=%S/Inputs/basic_linux_tree \