Skip to content

Commit 3a11bf3

Browse files
Merge pull request #9233 from felipepiovezan/felipe/newerror
[lldb] Remove ambiguous e commands from tests
2 parents 719dc00 + c1a4f08 commit 3a11bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/lang/swift/cxx_interop/forward/class-in-namespace/TestSwiftForwardInteropClassInNamespace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def test_class(self):
3030

3131
self.expect('v fooInherited', substrs=['foo::InheritedCxxClass',
3232
'foo::CxxClass = (foo_field = 10)', 'foo_subfield = 20'])
33-
self.expect('e fooInherited', substrs=['foo::InheritedCxxClass',
33+
self.expect('expr fooInherited', substrs=['foo::InheritedCxxClass',
3434
'foo::CxxClass = (foo_field = 10)', 'foo_subfield = 20'])
3535

3636
self.expect('v barInherited', substrs=['bar::InheritedCxxClass',

0 commit comments

Comments
 (0)