Skip to content

Commit bd3ffa0

Browse files
committed
Fix TestSwiftExpressionErrorReporting.py
1 parent 7ab4bf8 commit bd3ffa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/lang/swift/expression/error_reporting/TestSwiftExpressionErrorReporting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ def check(value):
5656
substrs=['Missing type'])
5757

5858
process.Continue()
59-
self.expect('dwim-print -O -- number', error=True,
59+
self.expect('expression -O -- number', error=True,
6060
substrs=['self', 'not', 'found'])

0 commit comments

Comments
 (0)