]> granicus.if.org Git - clang/commitdiff
Fix the test added in r260266
authorEhsan Akhgari <ehsan.akhgari@gmail.com>
Tue, 9 Feb 2016 20:49:24 +0000 (20:49 +0000)
committerEhsan Akhgari <ehsan.akhgari@gmail.com>
Tue, 9 Feb 2016 20:49:24 +0000 (20:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260276 91177308-0d34-0410-b5e6-96231b3b80d8

test/Frontend/plugins.c

index ab5d62338ed64df7c301627776f7e59d42eb259a..cd3717cd2d58c2ece89f30925462e70a45974043 100644 (file)
@@ -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"