From 78750a51d98b3d284d0ed1d84f1c0ee951816292 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Wed, 20 Feb 2019 01:49:16 +0000 Subject: [PATCH] [TestModuleCXX] Use UNSUPPORTED instead of REQUIRES The requires value turns out to be bogus and the test gets skipped on macOS. llvm-svn: 354425 --- lldb/lit/Reproducer/Modules/TestModuleCXX.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/lit/Reproducer/Modules/TestModuleCXX.test b/lldb/lit/Reproducer/Modules/TestModuleCXX.test index 28996eb2e3ce..d90329c76883 100644 --- a/lldb/lit/Reproducer/Modules/TestModuleCXX.test +++ b/lldb/lit/Reproducer/Modules/TestModuleCXX.test @@ -1,4 +1,4 @@ -# REQUIRES: nowindows +# UNSUPPORTED: system-windows # Start fresh. # RUN: rm -rf %t.root