From 6893570853ab02e78a3e6dd70e0e1bae064c4802 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Tue, 12 Apr 2016 20:20:33 +0000 Subject: [modules] Extend r266113 to cope with submodules. llvm-svn: 266116 --- clang/test/Modules/explicit-build-missing-files.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/Modules/explicit-build-missing-files.cpp') diff --git a/clang/test/Modules/explicit-build-missing-files.cpp b/clang/test/Modules/explicit-build-missing-files.cpp index ebe08fb..e36b505 100644 --- a/clang/test/Modules/explicit-build-missing-files.cpp +++ b/clang/test/Modules/explicit-build-missing-files.cpp @@ -3,7 +3,7 @@ // RUN: echo 'extern int a; template int a2 = T::error;' > %t/a.h // RUN: echo 'extern int b;' > %t/b.h // RUN: echo 'extern int c = 0;' > %t/c.h -// RUN: echo 'module a { header "a.h" header "b.h" header "c.h" }' > %t/modulemap +// RUN: echo 'module a { module aa { header "a.h" header "b.h" header "c.h" } }' > %t/modulemap // RUN: echo 'module other {}' > %t/other.modulemap // We lazily check that the files referenced by an explicitly-specified .pcm -- cgit v1.1