Skip to content

Commit e4dea3b

Browse files
committed
[lldb] Re-enable {Set|Dict}Bridging.test
These tests were broken because we couldn't read the lazily named classes. With that issue resolved, these tests pass again.
1 parent 7e69a5b commit e4dea3b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lldb/test/Shell/SwiftREPL/DictBridging.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Test formatters on bridged dictionaries in the REPL.
33
// REQUIRES: system-darwin
44
// REQUIRES: swift
5-
// REQUIRES: rdar73216083
65

76
// RUN: %lldb --repl < %s | FileCheck %s --check-prefix=DICT
87

lldb/test/Shell/SwiftREPL/SetBridging.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Test formatters on bridged sets in the REPL.
33
// REQUIRES: system-darwin
44
// REQUIRES: swift
5-
// REQUIRES: rdar73216234
65

76
// RUN: %lldb --repl < %s | FileCheck %s --check-prefix=SET
87

0 commit comments

Comments
 (0)