Skip to content

Commit ab0b505

Browse files
committed
fix test_utf
1 parent 5867d8d commit ab0b505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_core.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4412,7 +4412,7 @@ def test_utime(self):
44124412
def test_utf(self):
44134413
self.banned_js_engines = [SPIDERMONKEY_ENGINE] # only node handles utf well
44144414
Settings.EXPORTED_FUNCTIONS = ['_main', '_malloc']
4415-
4415+
Settings.EXTRA_EXPORTED_RUNTIME_METHODS = ['getValue', 'setValue']
44164416
self.do_run_in_out_file_test('tests', 'core', 'test_utf')
44174417

44184418
def test_utf32(self):

0 commit comments

Comments
 (0)