summaryrefslogtreecommitdiffstats
path: root/clang/test/Frontend/plugins.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Frontend/plugins.c')
-rw-r--r--clang/test/Frontend/plugins.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Frontend/plugins.c b/clang/test/Frontend/plugins.c
index 8117f72fa7a..ab5d62338ed 100644
--- a/clang/test/Frontend/plugins.c
+++ b/clang/test/Frontend/plugins.c
@@ -1,4 +1,5 @@
// RUN: %clang_cc1 -load %llvmshlibdir/PrintFunctionNames%pluginext -plugin print-fns %s 2>&1 | FileCheck %s
+// RUN: %clang_cl -Xclang -load -Xclang %llvmshlibdir/PrintFunctionNames%pluginext -Xclang -plugin -Xclang print-fns %s 2>&1 | FileCheck %s
// REQUIRES: plugins, examples
// CHECK: top-level-decl: "x"
OpenPOWER on IntegriCloud