diff options
Diffstat (limited to 'clang/test/Frontend/plugins.c')
-rw-r--r-- | clang/test/Frontend/plugins.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Frontend/plugins.c b/clang/test/Frontend/plugins.c index ab5d62338ed..cd3717cd2d5 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" |