Skip to content

Commit

Permalink
Update test_binaryen_metadce
Browse files Browse the repository at this point in the history
  • Loading branch information
juj committed Feb 5, 2019
1 parent 0ff388f commit 024f446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_other.py
Original file line number Diff line number Diff line change
Expand Up @@ -7881,7 +7881,7 @@ def test(filename, expectations, size_slack):
0, [], [], 8, 0, 0, 0), # noqa; totally empty!
# we don't metadce with linkable code! other modules may want stuff
(['-O3', '-s', 'MAIN_MODULE=1'],
1566, [], [], 226057, 28, 75, None), # noqa; don't compare the # of functions in a main module, which changes a lot
1556, [], [], 226057, 28, 75, None), # noqa; don't compare the # of functions in a main module, which changes a lot
], size_slack) # noqa

print('test on a minimal pure computational thing')
Expand Down

0 comments on commit 024f446

Please sign in to comment.