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

Unified Diff: tests/typed_data/typed_data_test.dart

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 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/snapshot_stacktrace_tests/uncaught_exception_test.dart ('k') | tests/unsorted/dart2js_helper.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/typed_data/typed_data_test.dart
diff --git a/tests/typed_data/typed_data_test.dart b/tests/typed_data/typed_data_test.dart
index 5367ecdcda9dd0ca9b3ecd33479c5fbab664676b..53e84a85b25eab155eb96a321100f452fda8100c 100644
--- a/tests/typed_data/typed_data_test.dart
+++ b/tests/typed_data/typed_data_test.dart
@@ -2,7 +2,7 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
//
-// Fletch test program for testing typed data.
+// Dartino test program for testing typed data.
import "package:expect/expect.dart";
import 'dart:typed_data';
@@ -317,7 +317,7 @@ testWhere() {
}
testCreationFromList() {
- // NOTE: Adding integers > 64bit to the list makes fletch throw ArgumentError.
+ // NOTE: Adding integers > 64bit to the list makes dartino throw ArgumentError.
var intList =
[-100000000000000000, -255, -127, 0, 128, 256, 1000000000000000000];
var intLists = [];
« no previous file with comments | « tests/snapshot_stacktrace_tests/uncaught_exception_test.dart ('k') | tests/unsorted/dart2js_helper.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698