File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
lldb/test/API/lang/swift/po/sys_types Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,9 @@ func main() {
33
33
//% self.expect("script lldb.frame.FindVariable('nsobject').GetObjectDescription()", substrs = ['<NSObject: 0x']) # may change depending on OS/platform
34
34
var anyobject : AnyObject = 1234 as NSNumber //% self.expect("po any", substrs = ['1234'])
35
35
var notification = Notification ( name: Notification . Name ( rawValue: " JustANotification " ) , object: nil )
36
- print ( " yay I am done! " ) //% self.expect("po notification", substrs=['JustANotification'])
37
- //% self.expect("po notification", matching=False, substrs=['super'])
36
+ var lines = " one \n due " //% self.expect("po notification", substrs=['JustANotification'])
37
+ //% self.expect("po notification", matching=False, substrs=['super'])
38
+ print ( " yay I am done! " ) //% self.expect("po lines", startstr='one\ndue')
38
39
}
39
40
40
41
main ( )
You can’t perform that action at this time.
0 commit comments