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

Unified Diff: test/typed_buffers_test.dart

Issue 1385333007: Use the new test runner. (Closed) Base URL: git@github.com:dart-lang/typed_data@master
Patch Set: Created 5 years, 2 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
« .test_config ('K') | « pubspec.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/typed_buffers_test.dart
diff --git a/test/typed_buffers_test.dart b/test/typed_buffers_test.dart
index 1cb37b00ea5a63b20585bf18f3b1c374cec2c54f..417f2e419dfcbd50ea14b334844150faf5e3dec0 100644
--- a/test/typed_buffers_test.dart
+++ b/test/typed_buffers_test.dart
@@ -4,10 +4,11 @@
// Tests typed-data buffer classes.
-import "package:typed_data/typed_buffers.dart";
-import "package:unittest/unittest.dart";
import "dart:typed_data";
Lasse Reichstein Nielsen 2015/10/09 06:22:31 I don't see any particular value in moving the dar
nweiz 2015/10/13 19:51:40 It's very consistent with other packages to put da
+import "package:typed_data/typed_buffers.dart";
+import "package:test/test.dart";
Lasse Reichstein Nielsen 2015/10/09 06:22:30 If you are reorganizing imports systematically (in
nweiz 2015/10/13 19:51:39 Done.
+
main() {
testUint(8, (l) => new Uint8Buffer(l));
testInt(8, (l) => new Int8Buffer(l));
« .test_config ('K') | « pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698