summaryrefslogtreecommitdiffstats
path: root/lldb/test/global_variables
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/global_variables')
-rw-r--r--lldb/test/global_variables/TestGlobalVariables.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/global_variables/TestGlobalVariables.py b/lldb/test/global_variables/TestGlobalVariables.py
index 4faab4001e9..d403d76672d 100644
--- a/lldb/test/global_variables/TestGlobalVariables.py
+++ b/lldb/test/global_variables/TestGlobalVariables.py
@@ -49,7 +49,7 @@ class GlobalVariablesTestCase(TestBase):
substrs = [' resolved, hit count = 1'])
# Check that GLOBAL scopes are indicated for the variables.
- self.expect("frame variable -t -s -g -a", VARIABLES_DISPLAYED_CORRECTLY,
+ self.expect("frame variable -T -s -g -a", VARIABLES_DISPLAYED_CORRECTLY,
substrs = ['GLOBAL: (int) g_file_global_int = 42',
'GLOBAL: (const char *) g_file_global_cstr',
'"g_file_global_cstr"',
OpenPOWER on IntegriCloud