summaryrefslogtreecommitdiff
path: root/test/Modules/cxx-dtor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/cxx-dtor.cpp')
-rw-r--r--test/Modules/cxx-dtor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Modules/cxx-dtor.cpp b/test/Modules/cxx-dtor.cpp
index 63427ee0afda0..d685b69d511a3 100644
--- a/test/Modules/cxx-dtor.cpp
+++ b/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"