summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/codeview-column-info.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Driver/codeview-column-info.c')
-rw-r--r--clang/test/Driver/codeview-column-info.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/test/Driver/codeview-column-info.c b/clang/test/Driver/codeview-column-info.c
index 6ff7449eff1..c5a7dc96d41 100644
--- a/clang/test/Driver/codeview-column-info.c
+++ b/clang/test/Driver/codeview-column-info.c
@@ -1,4 +1,3 @@
-// REQUIRES: system-windows
// Check that -dwarf-column-info does not get added to the cc1 line:
// 1) When -gcodeview is present via the clang or clang++ driver
// 2) When /Z7 is present via the cl driver.
@@ -7,7 +6,7 @@
// RUN: FileCheck < %t1 %s
// RUN: %clangxx -### --target=x86_64-windows-msvc -c -g -gcodeview %s 2> %t2
// RUN: FileCheck < %t2 %s
-// RUN: %clang_cl -### --target=x86_64-windows-msvc /c /Z7 %s 2> %t2
+// RUN: %clang_cl -### --target=x86_64-windows-msvc /c /Z7 -- %s 2> %t2
// RUN: FileCheck < %t2 %s
// CHECK: "-cc1"
OpenPOWER on IntegriCloud