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

Unified Diff: tests/lib/typed_data/float32x4_unbox_regress_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
« no previous file with comments | « tests/lib/typed_data/float32x4_test.dart ('k') | tests/lib/typeddata/float32x4_list_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/typed_data/float32x4_unbox_regress_test.dart
diff --git a/tests/lib/typeddata/float32x4_unbox_regress_test.dart b/tests/lib/typed_data/float32x4_unbox_regress_test.dart
similarity index 98%
rename from tests/lib/typeddata/float32x4_unbox_regress_test.dart
rename to tests/lib/typed_data/float32x4_unbox_regress_test.dart
index dd84dfce67b6a82026ea67590c71aede2f7ddbda..ed3897036557414994a70fe747e3921a96fdda0b 100644
--- a/tests/lib/typeddata/float32x4_unbox_regress_test.dart
+++ b/tests/lib/typed_data/float32x4_unbox_regress_test.dart
@@ -7,7 +7,7 @@
library float32x4_unbox_regress_test;
import 'package:expect/expect.dart';
-import 'dart:typeddata';
+import 'dart:typed_data';
testListStore(array, index, value) {
array[index] = value;
« no previous file with comments | « tests/lib/typed_data/float32x4_test.dart ('k') | tests/lib/typeddata/float32x4_list_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698