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

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

Issue 132163005: Version 1.1.0-dev.5.7 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/dart/
Patch Set: Created 6 years, 11 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/lib.status ('k') | tools/VERSION » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/typed_data/setRange_4_test.dart
===================================================================
--- tests/lib/typed_data/setRange_4_test.dart (working copy)
+++ tests/lib/typed_data/setRange_4_test.dart (working copy)
@@ -8,7 +8,7 @@
clampingTest() {
var a1 = new Int8List(8);
- var a2 = new Uint8ClampedList.view(a1);
+ var a2 = new Uint8ClampedList.view(a1.buffer);
initialize(a1);
Expect.equals('[1, 2, 3, 4, 5, 6, 7, 8]', '$a1');
Expect.equals('[1, 2, 3, 4, 5, 6, 7, 8]', '$a2');
« no previous file with comments | « tests/lib/lib.status ('k') | tools/VERSION » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698