diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2017-08-23 18:05:19 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2017-08-23 18:05:19 +0000 |
commit | 5b7cc3600a2f12bfe54163d81c38c26491d4c0ef (patch) | |
tree | bbebb991b021f180cff3f1b6232ada0f851822c3 /lldb/packages/Python/lldbsuite/test | |
parent | 27bfabaf82dfdb2248a0e6525180b59d13d600df (diff) | |
download | bcm5719-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.py | 2 |
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" |