remove noDuplicateProperties test

This commit is contained in:
Sebastian McKenzie
2015-01-05 00:15:37 +11:00
parent 9a6c13a6a4
commit a4394494ef
4 changed files with 0 additions and 6 deletions

View File

@@ -1 +0,0 @@
var obj = { a: 1, a: 2 };

View File

@@ -1 +0,0 @@
var obj = { "a": 1, "a": 2 };

View File

@@ -1 +0,0 @@
var obj = { a: 1, "a": 2 };

View File

@@ -1,3 +0,0 @@
{
"throws": "Duplicate property key"
}