Index: tests/compiler/dart2js_native/native_exceptions1_frog_test.dart |
diff --git a/tests/compiler/dart2js_native/native_exceptions1_frog_test.dart b/tests/compiler/dart2js_native/native_exceptions1_frog_test.dart |
index 6970a828f9dee8efd2e489f513223de677deafef..ccdeddec26392dd39a0e5718cb9cea87f8fab888 100644 |
--- a/tests/compiler/dart2js_native/native_exceptions1_frog_test.dart |
+++ b/tests/compiler/dart2js_native/native_exceptions1_frog_test.dart |
@@ -47,7 +47,7 @@ E = null; |
"""; |
void setup2() native """ |
-// This code is all inside 'setup2' and so not accesible from the global scope. |
+// This code is all inside 'setup2' and so not accessible from the global scope. |
function E(x){ this.code = x; } |
function A(){} |