Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1372)

Unified Diff: tests/compiler/dart2js_native/native_constructor_name_test.dart

Issue 2850783002: Dart SDK Spelling b, c, and d. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";

Powered by Google App Engine
This is Rietveld 408576698