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 = []; |