summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/cl-pch-errorhandling.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Driver/cl-pch-errorhandling.cpp')
-rw-r--r--clang/test/Driver/cl-pch-errorhandling.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/cl-pch-errorhandling.cpp b/clang/test/Driver/cl-pch-errorhandling.cpp
index ec06bb52400..879c8cf8e7d 100644
--- a/clang/test/Driver/cl-pch-errorhandling.cpp
+++ b/clang/test/Driver/cl-pch-errorhandling.cpp
@@ -6,7 +6,7 @@
// code generation, which makes this test require an x86 backend.
// REQUIRES: x86-registered-target
-// RUN: not %clang_cl -internal-enable-pch -Werror /Yc%S/Inputs/pchfile.h /FI%S/Inputs/pchfile.h /Fp%t.pch /c -DERR_HEADER -- %s 2>&1 \
+// RUN: not %clang_cl -Werror /Yc%S/Inputs/pchfile.h /FI%S/Inputs/pchfile.h /Fp%t.pch /c -DERR_HEADER -- %s 2>&1 \
// RUN: | FileCheck %s
// CHECK: nope1
OpenPOWER on IntegriCloud