git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@356639 91177308-0d34-0410-b5e6-96231b3b80d8
@@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//
// UNSUPPORTED: c++98, c++03
+// UNSUPPORTED: windows
// MODULES_DEFINES: _LIBCPP_DEBUG=1
@@ -7,6 +7,7 @@
// UNSUPPORTED: c++98, c++03, c++11, c++14
// UNSUPPORTED: libcpp-no-if-constexpr
@@ -8,6 +8,7 @@
// Can't test the system lib because this test enables debug mode
// UNSUPPORTED: with_system_cxx_lib
// MODULES_DEFINES: _LIBCPP_DEBUG=0
// UNSUPPORTED: libcpp-has-no-threads
@@ -28,7 +29,6 @@
#include <cstdlib>
#include <cassert>
-
#include "debug_mode_helper.h"
int main(int, char**)
@@ -6,7 +6,7 @@
-// UNSUPPORTED: libcpp-no-exceptions