Skip to content

Commit 2ce9bbd

Browse files
committed
reenable a test expect
1 parent 32e0a23 commit 2ce9bbd

File tree

1 file changed

+1
-1
lines changed
  • lldb/test/API/lang/swift/foundation_value_types/indexpath

1 file changed

+1
-1
lines changed

lldb/test/API/lang/swift/foundation_value_types/indexpath/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func main() {
2020
//% self.expect("frame variable short_path", substrs=['2 indices'])
2121
//% self.expect("frame variable very_short_path", substrs=['1 index'])
2222
//% self.expect("frame variable empty_path", substrs=['0 indices'])
23-
// disabled self.expect("expression -d run -- path", substrs=['5 indices'])
23+
//% self.expect("expression -d run -- path", substrs=['5 indices'])
2424
}
2525

2626
main()

0 commit comments

Comments
 (0)