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

Unified Diff: tests/lib/typeddata/float32x4_list_test.dart

Issue 14205004: Remove typeddata transferable constructors (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/typeddata/float32x4_list_test.dart
diff --git a/tests/lib/typeddata/float32x4_list_test.dart b/tests/lib/typeddata/float32x4_list_test.dart
index 055b6522f8fb6d1d5f2d20d7d1a90a95433ea76e..4885033c8a4d878a6359043fd599f4e3c240a847 100644
--- a/tests/lib/typeddata/float32x4_list_test.dart
+++ b/tests/lib/typeddata/float32x4_list_test.dart
@@ -116,10 +116,6 @@ main() {
testLoadStore(list);
}
- list = new Float32x4List.transferable(8);
- for (int i = 0; i < 3000; i++) {
- testLoadStore(list);
- }
Float32List floatList = new Float32List(32);
for (int i = 0; i < floatList.length; i++) {
floatList[i] = i.toDouble();

Powered by Google App Engine
This is Rietveld 408576698