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

Unified Diff: tests/corelib_strong/string_trimlr_test.dart

Issue 2765893003: Fix warnings_checker.dart handling of multitests (Closed)
Patch Set: Created 3 years, 9 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/corelib_strong/string_trimlr_test.dart
diff --git a/tests/corelib_strong/string_trimlr_test.dart b/tests/corelib_strong/string_trimlr_test.dart
index 67276fda53206f82ca77c08976fedc74dea65c81..bada40e9a9c21ddf49ae998fc41742ccea24197d 100644
--- a/tests/corelib_strong/string_trimlr_test.dart
+++ b/tests/corelib_strong/string_trimlr_test.dart
@@ -92,7 +92,7 @@ main() {
// This line makes string_trimlr_test/none fail but /01 succeede where
// this bug is in the JS. Both succeede on the VM and where the bug is
// not. Remove this line and comment if all JS engines fix it.
- if (i == 0x200b) continue; // /// 01: ok
+ if (i == 0x200b) continue; // //# 01: ok
var s = new String.fromCharCode(i);
Expect.identical(s, s.trimLeft());
« no previous file with comments | « tests/corelib_strong/string_from_environment3_test.dart ('k') | tests/corelib_strong/symbol_operator_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698