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

Unified Diff: tests/html/window_nosuchmethod_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
« no previous file with comments | « tests/html/js_typed_interop_anonymous_unreachable_test.dart ('k') | tests/isolate/function_send_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/window_nosuchmethod_test.dart
diff --git a/tests/html/window_nosuchmethod_test.dart b/tests/html/window_nosuchmethod_test.dart
index 181cdad24c642c890b40d537274fca354c5c464f..a5acb034c25e393dea84a8f1ab486287c2e525a5 100644
--- a/tests/html/window_nosuchmethod_test.dart
+++ b/tests/html/window_nosuchmethod_test.dart
@@ -41,7 +41,7 @@ main() {
expect(x, 'not bar');
});
- // Use dom.window direclty in case the compiler does type inference.
+ // Use dom.window directly in case the compiler does type inference.
test('windowNonMethod2', () {
final message = foo("Hello World");
try {
« no previous file with comments | « tests/html/js_typed_interop_anonymous_unreachable_test.dart ('k') | tests/isolate/function_send_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698