Index: tools/generate-runtime-tests.py |
diff --git a/tools/generate-runtime-tests.py b/tools/generate-runtime-tests.py |
index c5bbeaea4b86b0cc5e06ce3aefd042edf69f31c3..47efde09a8575525f683b9ce77312c0f5864fc17 100755 |
--- a/tools/generate-runtime-tests.py |
+++ b/tools/generate-runtime-tests.py |
@@ -152,6 +152,7 @@ CUSTOM_KNOWN_GOOD_INPUT = { |
"InternalNumberFormat": [_NUMBER_FORMAT, None, None], |
"InternalNumberParse": [_NUMBER_FORMAT, None, None], |
"IsSloppyModeFunction": ["function() {}", None], |
+ "FunctionIsArrow": ["() => {}", None], |
"LoadMutableDouble": ["{foo: 1.2}", None, None], |
"NewObjectFromBound": ["(function() {}).bind({})", None], |
"NumberToRadixString": [None, "2", None], |