forked from OSchip/llvm-project
Add preprocessor-only test for submodule imports
llvm-svn: 145490
This commit is contained in:
parent
66427bcce9
commit
36b7f115e4
|
@ -1,4 +1,5 @@
|
|||
// RUN: rm -rf %t
|
||||
// RUN: %clang_cc1 -Eonly -fmodule-cache-path %t -fauto-module-import -I %S/Inputs/submodules %s -verify
|
||||
// RUN: %clang_cc1 -fmodule-cache-path %t -fauto-module-import -I %S/Inputs/submodules %s -verify
|
||||
|
||||
__import_module__ std.vector;
|
||||
|
|
Loading…
Reference in New Issue