From 5b7cc3600a2f12bfe54163d81c38c26491d4c0ef Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Wed, 23 Aug 2017 18:05:19 +0000 Subject: 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 --- .../lldbsuite/test/functionalities/postmortem/elf-core/TestLinuxCore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite/test') 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" -- cgit v1.2.3