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

Unified Diff: tests/corelib/string_trim2_test.dart

Issue 15734003: Remove 0x85 while I fix dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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/corelib/string_trim2_test.dart
diff --git a/tests/corelib/string_trim2_test.dart b/tests/corelib/string_trim2_test.dart
index 2f42c8cdf4a75bf992b5467ac6cc103d432a3027..92bf6ca987affdd43520e219a7e0f7447968aba7 100644
--- a/tests/corelib/string_trim2_test.dart
+++ b/tests/corelib/string_trim2_test.dart
@@ -12,7 +12,7 @@ const WHITESPACE = const [
13,
0x20,
0xA0,
- 0x85,
+// 0x85,
Lasse Reichstein Nielsen 2013/05/22 12:34:51 Add comment after ',' to say why it's commented ou
floitsch 2013/05/22 12:37:54 removed it and added TODO to add it again when dar
0x1680,
0x180E,
0x2000,
« 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