diff options
Diffstat (limited to 'test_ffi/tests/integration_tests.rs')
-rw-r--r-- | test_ffi/tests/integration_tests.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test_ffi/tests/integration_tests.rs b/test_ffi/tests/integration_tests.rs index 55b0f7a60..4982ffad5 100644 --- a/test_ffi/tests/integration_tests.rs +++ b/test_ffi/tests/integration_tests.rs @@ -30,6 +30,7 @@ fn basic() { .arg("--allow-read") .arg("--unstable") .arg("--quiet") + .arg(r#"--v8-flags=--allow-natives-syntax"#) .arg("tests/test.js") .env("NO_COLOR", "1") .output() @@ -62,6 +63,7 @@ fn basic() { true\n\ 579\n\ 579\n\ + 579\n\ 8589934590n\n\ -8589934590n\n\ 8589934590n\n\ |