summaryrefslogtreecommitdiffstats
path: root/lldb/test/forward/TestForwardDeclaration.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/forward/TestForwardDeclaration.py')
-rw-r--r--lldb/test/forward/TestForwardDeclaration.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/forward/TestForwardDeclaration.py b/lldb/test/forward/TestForwardDeclaration.py
index 6f324fa86f0..cf8d7ceef83 100644
--- a/lldb/test/forward/TestForwardDeclaration.py
+++ b/lldb/test/forward/TestForwardDeclaration.py
@@ -46,7 +46,7 @@ class ForwardDeclarationTestCase(TestBase):
# This should display correctly.
# Note that the member fields of a = 1 and b = 2 is by design.
- self.expect("frame variable -t *bar_ptr", VARIABLES_DISPLAYED_CORRECTLY,
+ self.expect("frame variable -T *bar_ptr", VARIABLES_DISPLAYED_CORRECTLY,
substrs = ['(struct bar) *bar_ptr = ',
'(int) a = 1',
'(int) b = 2'])
OpenPOWER on IntegriCloud