summaryrefslogtreecommitdiffstats
path: root/lldb/test/alias_tests/TestAliases.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/alias_tests/TestAliases.py')
-rw-r--r--lldb/test/alias_tests/TestAliases.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/test/alias_tests/TestAliases.py b/lldb/test/alias_tests/TestAliases.py
index e30fe15a104..ae79875ac41 100644
--- a/lldb/test/alias_tests/TestAliases.py
+++ b/lldb/test/alias_tests/TestAliases.py
@@ -94,8 +94,8 @@ class AliasTestCase(TestBase):
self.expect ("run",
patterns = [ "Process .* launched: .*a.out" ])
- self.expect (r'''expression printf("\x68\x65\x6c\x6c\x6f\n")''',
- substrs = [ "(unsigned long) $",
+ self.expect (r'''expression (int) printf("\x68\x65\x6c\x6c\x6f\n")''',
+ substrs = [ "(int) $",
"= 6" ])
self.expect ("hello",
OpenPOWER on IntegriCloud