Skip to content

Commit 5b88483

Browse files
authored
Merge pull request #11534 from augusto2112/reenable-TestEqualityOperators
[lldb] Reenable TestEqualityOperators
2 parents 8a3d46e + eed876e commit 5b88483

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/test/API/lang/swift/expression/equality_operators/TestEqualityOperators.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ def execute_command(command):
3030
(exit_status, output) = subprocess.getstatusoutput(command)
3131
return exit_status
3232

33-
@skipIf(bugnumber = "rdar://159531216")
3433
class TestUnitTests(TestBase):
3534
@swiftTest
3635
@skipIf(debug_info=no_match(["dsym"]), bugnumber="This test is building a dSYM")

0 commit comments

Comments
 (0)