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

Unified Diff: tests/dom/typed_arrays_4_test.dart

Issue 10356126: Remove remnant if (false). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/dom/typed_arrays_4_test.dart
diff --git a/tests/dom/typed_arrays_4_test.dart b/tests/dom/typed_arrays_4_test.dart
index a72f377ec63eff8bd39128e6ef3a52daa686dd6f..b4c6e72821e8e4ced343d0d0364d7ec3b823330d 100644
--- a/tests/dom/typed_arrays_4_test.dart
+++ b/tests/dom/typed_arrays_4_test.dart
@@ -55,7 +55,6 @@ main() {
Expect.equals(512 + 50, a1.lastIndexOf(50, 768 + 50 - 1));
});
- if (false)
test('indexOfClamped_typed', () {
Uint8ClampedArray a1 = new Uint8ClampedArray(1024);
for (int i = 0; i < a1.length; i++) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698