Skip to content

Commit bbb6bf9

Browse files
committed
Rebaseline codesize expectation. NFC
1 parent eea4056 commit bbb6bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_other.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9729,7 +9729,7 @@ def test(args):
97299729
# Changing this option to [] should decrease code size.
97309730
self.assertLess(changed, normal)
97319731
# Check an absolute code size as well, with some slack.
9732-
self.assertLess(abs(changed - 4994), 150)
9732+
self.assertLess(abs(changed - 4975), 150)
97339733

97349734
def test_INCOMING_MODULE_JS_API_missing(self):
97359735
create_file('pre.js', '''

0 commit comments

Comments
 (0)