diff options
Diffstat (limited to 'test/Modules/pr19692.cpp')
-rw-r--r-- | test/Modules/pr19692.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Modules/pr19692.cpp b/test/Modules/pr19692.cpp index 6cc5153..72829ad 100644 --- a/test/Modules/pr19692.cpp +++ b/test/Modules/pr19692.cpp @@ -1,6 +1,6 @@ // RUN: rm -rf %t // RUN: %clang_cc1 -I%S/Inputs/pr19692 -verify %s -// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -I%S/Inputs/pr19692 -verify %s +// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/pr19692 -verify %s #include "TFoo.h" #include "stdint.h" |