[test] Remove an unintentional -x cl flag in an aarch64-windows test
authorMartin Storsjo <martin@martin.st>
Sun, 6 Aug 2017 19:57:49 +0000 (19:57 +0000)
committerMartin Storsjo <martin@martin.st>
Sun, 6 Aug 2017 19:57:49 +0000 (19:57 +0000)
This test was only intended to test compiling C, not OpenCL.

Differential Revision: https://reviews.llvm.org/D36363

llvm-svn: 310222

clang/test/Preprocessor/predefined-macros.c

index d46be60..e135549 100644 (file)
 // MSCOPE:#define __OPENCL_MEMORY_SCOPE_WORK_GROUP 1
 // MSCOPE:#define __OPENCL_MEMORY_SCOPE_WORK_ITEM 0
 
-// RUN: %clang_cc1 -triple aarch64-windows %s -E -dM -o - -x cl \
+// RUN: %clang_cc1 -triple aarch64-windows %s -E -dM -o - \
 // RUN:   | FileCheck -match-full-lines %s --check-prefix=CHECK-ARM64-WIN
 
 // CHECK-ARM64-WIN: #define _M_ARM64 1