blob: b170aa4dda23b1a3bc843e3ac45780aaee293914 [file] [log] [blame]
Douglas Gregor5e306b12013-01-23 22:38:11 +00001// RUN: rm -rf %t
2// RUN: %clang_cc1 -Wauto-import -fmodule-cache-path %t -fdisable-module-hash -fmodules -generate-module-index -F %S/Inputs %s -verify
3// RUN: ls %t|grep modules.idx
4// REQUIRES: shell
5
6// expected-no-diagnostics
7@import DependsOnModule;
8