diff options
-rw-r--r-- | clang/test/Driver/cuda-detect.cu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/cuda-detect.cu b/clang/test/Driver/cuda-detect.cu index 409c7557887..f14e7b29914 100644 --- a/clang/test/Driver/cuda-detect.cu +++ b/clang/test/Driver/cuda-detect.cu @@ -73,7 +73,7 @@ // RUN: -check-prefix NOCUDAINC -check-prefix NOLIBDEVICE // Verify that C++ include paths are passed for both host and device frontends. -// RUN: %clang -### -target x86_64-linux-gnu %s \ +// RUN: %clang -### -no-canonical-prefixes -target x86_64-linux-gnu %s \ // RUN: --sysroot=%S/Inputs/ubuntu_14.04_multiarch_tree2 2>&1 \ // RUN: | FileCheck %s --check-prefix CHECK-CXXINCLUDE |