Add preprocessor-only test for submodule imports

llvm-svn: 145490
This commit is contained in:
Douglas Gregor 2011-11-30 14:57:39 +00:00
parent 66427bcce9
commit 36b7f115e4
1 changed files with 1 additions and 0 deletions

View File

@ -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;