diff options
Diffstat (limited to 'clang/test/Modules/cxx-dtor.cpp')
-rw-r--r-- | clang/test/Modules/cxx-dtor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Modules/cxx-dtor.cpp b/clang/test/Modules/cxx-dtor.cpp index 63427ee0afd..d685b69d511 100644 --- a/clang/test/Modules/cxx-dtor.cpp +++ b/clang/test/Modules/cxx-dtor.cpp @@ -1,3 +1,4 @@ // RUN: rm -rf %t // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -x c++ -std=c++11 -fmodules-cache-path=%t -I %S/Inputs/cxx-dtor -emit-llvm-only %s +// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -x c++ -std=c++11 -fmodules-cache-path=%t -I %S/Inputs/cxx-dtor -emit-llvm-only %s -triple i686-windows #include "b.h" |