Index: tools/generate-runtime-tests.py |
diff --git a/tools/generate-runtime-tests.py b/tools/generate-runtime-tests.py |
index 981d0530866459d31a8b1ef1df94609fb34fcf2a..70408da729f15332513c1060eefcd2cfc7d4c4dc 100755 |
--- a/tools/generate-runtime-tests.py |
+++ b/tools/generate-runtime-tests.py |
@@ -211,7 +211,7 @@ _NUMBER_FORMAT = ( |
# Format: "FunctionName": ["arg0", "arg1", ..., argslength]. |
# None means "fall back to autodetected value". |
CUSTOM_KNOWN_GOOD_INPUT = { |
- "AddProperty": [None, 10, None, None, None], |
+ "AddNamedProperty": [None, "\"bla\"", None, None, None], |
"AddPropertyForTemplate": [None, 10, None, None, None], |
"Apply": ["function() {}", None, None, None, None, None], |
"ArrayBufferSliceImpl": [None, None, 0, None], |