Douglas Gregor | 5e306b1 | 2013-01-23 22:38:11 +0000 | [diff] [blame^] | 1 | // 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 |