summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2017-08-23 18:05:19 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2017-08-23 18:05:19 +0000
commit5b7cc3600a2f12bfe54163d81c38c26491d4c0ef (patch)
treebbebb991b021f180cff3f1b6232ada0f851822c3 /lldb/packages/Python/lldbsuite/test
parent27bfabaf82dfdb2248a0e6525180b59d13d600df (diff)
downloadbcm5719-llvm-5b7cc3600a2f12bfe54163d81c38c26491d4c0ef.tar.gz
bcm5719-llvm-5b7cc3600a2f12bfe54163d81c38c26491d4c0ef.zip
test: fix missed test
I had built without python bindings and did not find this in the grep output. Adjust the test output for the printing format update. llvm-svn: 311582
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/TestLinuxCore.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/TestLinuxCore.py b/lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/TestLinuxCore.py
index 18c0da83260..3a148fbe746 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/TestLinuxCore.py
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/TestLinuxCore.py
@@ -137,7 +137,7 @@ class LinuxCoreTestCase(TestBase):
values = {}
values["fctrl"] = "0x037f"
values["fstat"] = "0x0000"
- values["ftag"] = "0xff"
+ values["ftag"] = "0x00ff"
values["fop"] = "0x0000"
values["fiseg"] = "0x00000000"
values["fioff"] = "0x0040011e"
OpenPOWER on IntegriCloud