]> git.saurik.com Git - apple/javascriptcore.git/blob - inspector/scripts/tests/fail-on-enum-with-no-values.json
JavaScriptCore-7601.1.46.3.tar.gz
[apple/javascriptcore.git] / inspector / scripts / tests / fail-on-enum-with-no-values.json
1 {
2 "domain": "Database",
3 "types": [
4 {
5 "id": "PrimaryColors",
6 "type": "string",
7 "enum": []
8 }
9 ]
10 }