Index: tests/compiler/dart2js_native/super_property_test.dart |
diff --git a/tests/compiler/dart2js_native/super_property_test.dart b/tests/compiler/dart2js_native/super_property_test.dart |
index 1d009a00d87f52457dd1c3a572362b12283b9236..fe618c9da450b81f071d07fc5307a9265774fb61 100644 |
--- a/tests/compiler/dart2js_native/super_property_test.dart |
+++ b/tests/compiler/dart2js_native/super_property_test.dart |
@@ -41,7 +41,7 @@ makeA() native; |
makeB() native; |
void setup() native """ |
-// This code is all inside 'setup' and so not accesible from the global scope. |
+// This code is all inside 'setup' and so not accessible from the global scope. |
function A(){} |
function B(){} |
makeA = function(){return new A}; |