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
This commit is contained in:
Saleem Abdulrasool 2017-08-23 18:05:19 +00:00
parent 27bfabaf82
commit 5b7cc3600a
1 changed files with 1 additions and 1 deletions

View File

@ -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"