Disable test for Windows to fix Windows buildbots.

llvm-svn: 322405
This commit is contained in:
Richard Trieu 2018-01-12 21:49:20 +00:00
parent 89d0889bf4
commit 526fb05c0a

View File

@ -8,6 +8,8 @@
// RUN: -fmodules-cache-path=%t/modules.cache \
// RUN: -std=c++11 -x c++ %s -verify
// UNSUPPORTED: windows
// expected-no-diagnostics
#include "Box.h"