Skip to content

Commit 0139682

Browse files
committed
V8 has changed the flag used for Intl Locale Info proposal.
1 parent 0f33206 commit 0139682

File tree

1 file changed

+1
-1
lines changed
  • graal-js/src/com.oracle.truffle.js.test.external/src/com/oracle/truffle/js/test/external/testv8

1 file changed

+1
-1
lines changed

graal-js/src/com.oracle.truffle.js.test.external/src/com/oracle/truffle/js/test/external/testv8/TestV8Runnable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public class TestV8Runnable extends TestRunnable {
111111
private static final Set<String> STAGING_FLAGS = featureSet(new String[]{
112112
"--harmony-array-grouping",
113113
"--harmony-atomics-waitasync",
114-
"--harmony-intl-locale_info",
114+
"--harmony-intl-locale-info-func",
115115
"--harmony-shadow-realm",
116116
"--harmony-weak-refs-with-cleanup-some",
117117
"--js-promise-withresolvers",

0 commit comments

Comments
 (0)