Skip to content

Commit 91d2182

Browse files
committed
Remove accidentally added test
1 parent c2fd2d0 commit 91d2182

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/test_other.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16218,10 +16218,3 @@ def test_install(self):
1621816218
# Some files, such as as maintenance tools should not be part of the
1621916219
# install.
1622016220
self.assertNotExists('newdir/tools/maint/')
16221-
16222-
def test_small_js_flags(self):
16223-
self.btest('browser_test_hello_world.c', '0', cflags=['-O3', '--closure=1', '-sINCOMING_MODULE_JS_API=[]', '-sENVIRONMENT=web', '--output-eol=linux'])
16224-
# Check an absolute js code size.
16225-
# Note that this size includes test harness additions (for reporting the result, etc.).
16226-
if not self.is_wasm64() and not self.is_2gb():
16227-
self.checkOutputSizes(['test.js'])

0 commit comments

Comments
 (0)