summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEhsan Akhgari <ehsan.akhgari@gmail.com>2016-02-09 20:49:24 +0000
committerEhsan Akhgari <ehsan.akhgari@gmail.com>2016-02-09 20:49:24 +0000
commitb55b9ff88411f7e67dbf9836d142d2dfaacdc2cc (patch)
tree52413a0c4ef00b11145853bc7e7a8b3e32eb111b
parent173b14db7c9cef77787c629c6cd39436e1c4fbd4 (diff)
downloadllvm-b55b9ff88411f7e67dbf9836d142d2dfaacdc2cc.tar.gz
Fix the test added in r260266
llvm-svn: 260276
-rw-r--r--clang/test/Frontend/plugins.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Frontend/plugins.c b/clang/test/Frontend/plugins.c
index ab5d62338ed6..cd3717cd2d58 100644
--- a/clang/test/Frontend/plugins.c
+++ b/clang/test/Frontend/plugins.c
@@ -1,5 +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
+// RUN: %clang_cl -c -Xclang -load -Xclang %llvmshlibdir/PrintFunctionNames%pluginext -Xclang -plugin -Xclang print-fns -Tc %s 2>&1 | FileCheck %s
// REQUIRES: plugins, examples
// CHECK: top-level-decl: "x"