Files
wasmtime/lib/cretonne/meta
Dan Gohman 27f0b29188 Replace hex with "0x%x" % ... to fix a trailing 'L' on 32-bit python2
This test was failing because the hash computes values greater than
0x7fffffff, which 32-bit python2 promotes to long, which `hex` formats
with a trailing 'L'. The code that uses it appears to be ok with a
long value, so it's just the test that needs to handle it.

Fix as suggested here:

https://stackoverflow.com/questions/5917203/python-trailing-l-problem
2017-12-01 06:44:37 -08:00
..
2017-10-30 13:26:56 -07:00
2017-10-25 11:40:37 -07:00
2017-10-31 13:05:26 -07:00
2017-08-14 20:19:47 -07:00
2017-07-31 16:02:27 -07:00
2017-09-22 07:54:26 -07:00
2017-03-30 15:16:44 -07:00
2017-10-17 11:48:57 -07:00
2017-05-08 13:29:01 -07:00
2017-03-30 15:16:44 -07:00