]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - replay/scripts/tests/fail-on-missing-input-name.json
JavaScriptCore-7601.1.46.3.tar.gz
[apple/javascriptcore.git] / replay / scripts / tests / fail-on-missing-input-name.json
index feed8b82f9c24f333ad8f5c7b635e7d490363cf6..aa80980d80d8d0a8b072dac7686cab5cfd1f21ce 100644 (file)
@@ -5,16 +5,18 @@
         ]
     },
 
-    "inputs": [
-        {
-            "description": "Supplies the system time to Date.now() and new Date().",
-            "queue": "SCRIPT_MEMOIZED",
-            "members": [
-                {
-                    "name": "currentTime",
-                    "type": "double"
-                }
-            ]
-        }
-    ]
+    "inputs": {
+        "Test": [
+            {
+                "description": "Supplies the system time to Date.now() and new Date().",
+                "queue": "SCRIPT_MEMOIZED",
+                "members": [
+                    {
+                        "name": "currentTime",
+                        "type": "double"
+                    }
+                ]
+            }
+        ]
+    }
 }