Skip to content

Commit e2c55df

Browse files
committed
Revert "[lldb] Disable po tests in TestSwiftPOSysTypes"
This reverts commit 2ac7c4c.
1 parent 66e9cce commit e2c55df

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

lldb/test/API/lang/swift/po/sys_types/main.swift

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,8 @@ func main() {
2929
#endif
3030
//% self.expect("po nsarr", substrs = ['1','2','3','4'])
3131
var nsobject = NSObject() //% self.expect("po clr", substrs = ['1 0 0 1']) # may change depending on OS/platform
32-
// Disabled: rdar://106152599
33-
// self.expect("po nsobject", substrs = ['<NSObject: 0x']) # may change depending on OS/platform
34-
// self.expect("script lldb.frame.FindVariable('nsobject').GetObjectDescription()", substrs = ['<NSObject: 0x']) # may change depending on OS/platform
35-
var any: Any = 1234
32+
var any: Any = 1234 //% self.expect("po nsobject", substrs = ['<NSObject: 0x']) # may change depending on OS/platform
33+
//% self.expect("script lldb.frame.FindVariable('nsobject').GetObjectDescription()", substrs = ['<NSObject: 0x']) # may change depending on OS/platform
3634
var anyobject: AnyObject = 1234 as NSNumber //% self.expect("po any", substrs = ['1234'])
3735
var notification = Notification(name: Notification.Name(rawValue: "JustANotification"), object: nil)
3836
print("yay I am done!") //% self.expect("po notification", substrs=['JustANotification'])

0 commit comments

Comments
 (0)