Remove old test

This commit is contained in:
Justin Ridgewell 2017-08-25 19:52:15 -04:00
parent 4b297907d1
commit a70cda812c
2 changed files with 0 additions and 7 deletions

View File

@ -1,4 +0,0 @@
(function B() {
const B = 1;
B = 2;
});

View File

@ -1,3 +0,0 @@
{
"throws": "\"B\" is read-only"
}