diff options
author | David Tweed <david.tweed@arm.com> | 2012-10-25 13:56:30 +0000 |
---|---|---|
committer | David Tweed <david.tweed@arm.com> | 2012-10-25 13:56:30 +0000 |
commit | d8bb236e18c58fe6a2f4ff0dfa5a1fada54d5659 (patch) | |
tree | 7fb8c0d36a60710c35d92bae4d74d8d8741d2f25 /clang/test/Modules/import-decl.cpp | |
parent | 6ed3b99f43e7e8c2d7a44752694e7f9d3ad7fb95 (diff) | |
download | bcm5719-llvm-d8bb236e18c58fe6a2f4ff0dfa5a1fada54d5659.tar.gz bcm5719-llvm-d8bb236e18c58fe6a2f4ff0dfa5a1fada54d5659.zip |
Correct test inovocations to use %clang_cc1 rather than direct invocation (so that it can have additional options set when trying to debug issues causing regressions).
llvm-svn: 166681
Diffstat (limited to 'clang/test/Modules/import-decl.cpp')
-rw-r--r-- | clang/test/Modules/import-decl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/import-decl.cpp b/clang/test/Modules/import-decl.cpp index 76966934acc..0f05f92708b 100644 --- a/clang/test/Modules/import-decl.cpp +++ b/clang/test/Modules/import-decl.cpp @@ -1,6 +1,6 @@ // RUN: rm -rf %t // RUN: %clang -fmodule-cache-path %t -fmodules -x objective-c -I %S/Inputs -emit-ast -o %t.ast %s -// RUN: %clang -cc1 -ast-print -x ast - < %t.ast | FileCheck %s +// RUN: %clang_cc1 -ast-print -x ast - < %t.ast | FileCheck %s @__experimental_modules_import import_decl; // CHECK: struct T |