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 | a0d5878b7e1c54551c0445354788e4259900c03c (patch) | |
tree | 975e6c352e1449d581fd85870073b6ba7849c66e /test/Modules/import-decl.cpp | |
parent | b16abb1bd8ed94c7994836de24915703e6a4e81a (diff) |
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).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166681 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Modules/import-decl.cpp')
-rw-r--r-- | test/Modules/import-decl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Modules/import-decl.cpp b/test/Modules/import-decl.cpp index 76966934ac..0f05f92708 100644 --- a/test/Modules/import-decl.cpp +++ b/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 |