diff options
Diffstat (limited to 'lldb/lit/DataFormatters/TestEmptyDictionary.test')
-rw-r--r-- | lldb/lit/DataFormatters/TestEmptyDictionary.test | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lldb/lit/DataFormatters/TestEmptyDictionary.test b/lldb/lit/DataFormatters/TestEmptyDictionary.test deleted file mode 100644 index c9e6a0c1692..00000000000 --- a/lldb/lit/DataFormatters/TestEmptyDictionary.test +++ /dev/null @@ -1,7 +0,0 @@ -# Test that foundation NSDictionary0 is formatted correctly (the summary). -# Foundation is only available on Darwin so just restrict the test to run there. -# REQUIRES: darwin -# RUN: %cc %p/Inputs/NSDict.m -framework Foundation -g -o %t && %lldb -b \ -# RUN: -s %p/Inputs/NSDict.commands -- %t 2>&1 | FileCheck %s - -# CHECK: (__NSDictionary0 *) emptyDictionary = {{.*}} 0 key/value pairs |