diff options
author | Stella Stamenova <stilis@microsoft.com> | 2019-05-09 19:40:21 +0000 |
---|---|---|
committer | Stella Stamenova <stilis@microsoft.com> | 2019-05-09 19:40:21 +0000 |
commit | bc9e0866933c6bc064bc66319b107422f3a1d67c (patch) | |
tree | 7be1f81d4dd9a1806409a127e868813ed0ac7730 /lldb | |
parent | 08fa01a9b7bc3a1fdba20e9a51a44e40fab3a463 (diff) | |
download | bcm5719-llvm-bc9e0866933c6bc064bc66319b107422f3a1d67c.tar.gz bcm5719-llvm-bc9e0866933c6bc064bc66319b107422f3a1d67c.zip |
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.
llvm-svn: 360368
Diffstat (limited to 'lldb')
-rw-r--r-- | lldb/lit/Breakpoint/case-sensitive.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/lit/Breakpoint/case-sensitive.test b/lldb/lit/Breakpoint/case-sensitive.test index 3f47974c295..bab66282cde 100644 --- a/lldb/lit/Breakpoint/case-sensitive.test +++ b/lldb/lit/Breakpoint/case-sensitive.test @@ -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 |