diff options
Diffstat (limited to 'clang/test/Modules/autolink.m')
-rw-r--r-- | clang/test/Modules/autolink.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/autolink.m b/clang/test/Modules/autolink.m index e1a240bd5b1..8dce12b21bd 100644 --- a/clang/test/Modules/autolink.m +++ b/clang/test/Modules/autolink.m @@ -1,5 +1,5 @@ // RUN: rm -rf %t -// RUN: %clang_cc1 -emit-llvm -o - -fmodule-cache-path %t -fmodules -F %S/Inputs -I %S/Inputs %s | FileCheck %s +// RUN: %clang_cc1 -emit-llvm -o - -fmodule-cache-path %t -fmodules -fmodules-autolink -F %S/Inputs -I %S/Inputs %s | FileCheck %s @import autolink.sub2; |