Skip to content

Commit 7777aa8

Browse files
committed
Rename test.
1 parent 16c99cf commit 7777aa8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

test/test_other.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3301,7 +3301,7 @@ def test_embind_return_value_policy(self):
33013301
'asyncify': [['-sASYNCIFY=1']]
33023302
})
33033303
def test_embind_bigint(self, args):
3304-
self.do_runf('embind/test_bigint.cpp', '1000000000000n\n-1000000000000n',
3304+
self.do_runf('embind/test_embind_bigint.cpp', '1000000000000n\n-1000000000000n',
33053305
emcc_args=['-lembind', '-sWASM_BIGINT'] + args)
33063306

33073307
@requires_jspi

0 commit comments

Comments
 (0)