Author: stella.stamenova
Date: Thu May  9 12:40:21 2019
New Revision: 360368

URL: http://llvm.org/viewvc/llvm-project?rev=360368&view=rev
Log:
Use UNSUPPORTED: system-windows instead of REQUIRES: nowindows or UNSUPPORTED: 
windows. nowindows is not currently defined and windows does not cover all 
cases. system-windows is also consistent with how other platforms are used.

Modified:
    lldb/trunk/lit/Breakpoint/case-sensitive.test

Modified: lldb/trunk/lit/Breakpoint/case-sensitive.test
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/lit/Breakpoint/case-sensitive.test?rev=360368&r1=360367&r2=360368&view=diff
==============================================================================
--- lldb/trunk/lit/Breakpoint/case-sensitive.test (original)
+++ lldb/trunk/lit/Breakpoint/case-sensitive.test Thu May  9 12:40:21 2019
@@ -1,4 +1,4 @@
-# REQUIRES: nowindows
+# UNSUPPORTED: system-windows
 #
 # RUN: %build %p/Inputs/case-sensitive.c --nodefaultlib -o %t
 # RUN: lldb-test breakpoints %t %s | FileCheck %s


_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to