test/script/trusted/JDK-8008305.js

changeset 560
a62172fe5bae
parent 99
d5f74bd2dc20
child 952
6d5471a497fb
child 962
ac62e33a99b0
     1.1 --- a/test/script/trusted/JDK-8008305.js	Wed Sep 18 13:06:17 2013 +0530
     1.2 +++ b/test/script/trusted/JDK-8008305.js	Wed Sep 18 16:36:25 2013 +0530
     1.3 @@ -54,6 +54,6 @@
     1.4      fail("Expected SecurityException from script!");
     1.5  } catch (e) {
     1.6      if (! (e instanceof SecurityException)) {
     1.7 -        faile("Expected SecurityException, but got " + e);
     1.8 +        fail("Expected SecurityException, but got " + e);
     1.9      }
    1.10  }

mercurial