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

Unified Diff: tests/lib/typed_data/float32x4_test.dart

Issue 14426006: Rename dart:typeddata to dart:typed_data. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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/lib/typed_data/float32x4_test.dart
diff --git a/tests/lib/typeddata/float32x4_test.dart b/tests/lib/typed_data/float32x4_test.dart
similarity index 99%
rename from tests/lib/typeddata/float32x4_test.dart
rename to tests/lib/typed_data/float32x4_test.dart
index 490009a2d2964b483c09e926405a93ab933e8c24..9dbaab4c0b19c151e40585d4719437fe394e99fe 100644
--- a/tests/lib/typeddata/float32x4_test.dart
+++ b/tests/lib/typed_data/float32x4_test.dart
@@ -6,7 +6,7 @@
library float32x4_test;
import "package:expect/expect.dart";
-import 'dart:typeddata';
+import 'dart:typed_data';
testAdd() {
var m = new Float32x4(-1.0, -2.0, -3.0, -4.0);
« no previous file with comments | « tests/lib/typed_data/float32x4_list_test.dart ('k') | tests/lib/typed_data/float32x4_unbox_regress_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698