| Index: tests/compiler/dart2js_native/native_constructor_name_test.dart
|
| diff --git a/tests/compiler/dart2js_native/native_constructor_name_test.dart b/tests/compiler/dart2js_native/native_constructor_name_test.dart
|
| index 46b479d6012a239a2bd5b051b7bf0a5d224df53f..5582e842b48f1fd0435bf4e7166b9a7089010793 100644
|
| --- a/tests/compiler/dart2js_native/native_constructor_name_test.dart
|
| +++ b/tests/compiler/dart2js_native/native_constructor_name_test.dart
|
| @@ -3,10 +3,10 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| // Test to see if a Dart class name is confused with dispatch tag. Both class A
|
| -// and class Z have a JavaScript constuctor named "A". The dynamic native class
|
| -// dispatch hook on Object.prototype should avoid patching the Dart class A.
|
| -// This could be done by renaming the Dart constructor or by being able to check
|
| -// that objects are Dart classes.
|
| +// and class Z have a JavaScript constructor named "A". The dynamic native
|
| +// class dispatch hook on Object.prototype should avoid patching the Dart class
|
| +// A. This could be done by renaming the Dart constructor or by being able to
|
| +// check that objects are Dart classes.
|
|
|
| import "native_testing.dart";
|
|
|
|
|