rename useStrict test to something more specific

This commit is contained in:
Sebastian McKenzie
2015-01-30 19:39:00 +11:00
parent cbdf746474
commit ac01caacd3
5 changed files with 5 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
{
"throws": "Top level `this` is not allowed"
"throws": "Top level `this` is `undefined` in strict mode"
}

View File

@@ -1,3 +1,3 @@
{
"throws": "Top level `this` is not allowed"
"throws": "Top level `this` is `undefined` in strict mode"
}

View File

@@ -1,3 +1,3 @@
{
"throws": "Top level `this` is not allowed"
"throws": "Top level `this` is `undefined` in strict mode"
}

View File

@@ -1,3 +1,3 @@
{
"throws": "Top level `this` is not allowed"
"throws": "Top level `this` is `undefined` in strict mode"
}