Author: jdevlieghere Date: Tue Feb 19 17:49:16 2019 New Revision: 354425 URL: http://llvm.org/viewvc/llvm-project?rev=354425&view=rev Log: [TestModuleCXX] Use UNSUPPORTED instead of REQUIRES
The requires value turns out to be bogus and the test gets skipped on macOS. Modified: lldb/trunk/lit/Reproducer/Modules/TestModuleCXX.test Modified: lldb/trunk/lit/Reproducer/Modules/TestModuleCXX.test URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/lit/Reproducer/Modules/TestModuleCXX.test?rev=354425&r1=354424&r2=354425&view=diff ============================================================================== --- lldb/trunk/lit/Reproducer/Modules/TestModuleCXX.test (original) +++ lldb/trunk/lit/Reproducer/Modules/TestModuleCXX.test Tue Feb 19 17:49:16 2019 @@ -1,4 +1,4 @@ -# REQUIRES: nowindows +# UNSUPPORTED: system-windows # Start fresh. # RUN: rm -rf %t.root _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits