diff options
Diffstat (limited to 'test/Modules/pr27401.cpp')
-rw-r--r-- | test/Modules/pr27401.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Modules/pr27401.cpp b/test/Modules/pr27401.cpp index 7d5479cb92434..8db3bbb0094af 100644 --- a/test/Modules/pr27401.cpp +++ b/test/Modules/pr27401.cpp @@ -1,6 +1,7 @@ // RUN: rm -rf %t // RUN: %clang_cc1 -std=c++11 -I%S/Inputs/PR27401 -verify %s // RUN: %clang_cc1 -std=c++11 -fmodules -fmodule-map-file=%S/Inputs/PR27401/module.modulemap -fmodules-cache-path=%t -I%S/Inputs/PR27401 -verify %s +// RUN: %clang_cc1 -std=c++11 -fmodules -fmodule-map-file=%S/Inputs/PR27401/module.modulemap -fmodules-cache-path=%t -I%S/Inputs/PR27401 -verify %s -triple i686-windows #include "a.h" #define _LIBCPP_VECTOR |