aboutsummaryrefslogtreecommitdiff
path: root/tests/core/test_inlinejs3.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/core/test_inlinejs3.in')
-rw-r--r--tests/core/test_inlinejs3.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/core/test_inlinejs3.in b/tests/core/test_inlinejs3.in
index 9ddd5907..12e31007 100644
--- a/tests/core/test_inlinejs3.in
+++ b/tests/core/test_inlinejs3.in
@@ -7,6 +7,7 @@ int main(int argc, char **argv) {
for (int i = 0; i < 3; i++) {
EM_ASM(Module.print('hello dere3'); Module.print('hello dere' + 4););
}
+ EM_ASM_({ Module.print('hello input ' + $0) }, 123);
int sum = 0;
for (int i = 0; i < argc * 3; i++) {
sum += EM_ASM_INT({