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

Unified Diff: tests/lib_strong/convert/base64_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/lib_strong/convert/base64_test.dart
diff --git a/tests/lib_strong/convert/base64_test.dart b/tests/lib_strong/convert/base64_test.dart
index c942867c219c672b66332b346e8a1fc0d2448c45..9e943273f7e150963b62d81143884713d5118158 100644
--- a/tests/lib_strong/convert/base64_test.dart
+++ b/tests/lib_strong/convert/base64_test.dart
@@ -267,8 +267,8 @@ void testErrors() {
badEncode(0x1000);
badEncode(0x10000);
// TODO(rnystrom): These aren't throwing in dev_compiler. Figure out why.
- // badEncode(0x100000000); // /// 01: ok
- // badEncode(0x10000000000000000); // /// 01: continued
+ // badEncode(0x100000000); // //# 01: ok
+ // badEncode(0x10000000000000000); // //# 01: continued
}
void testIssue25577() {
« no previous file with comments | « tests/lib/mirrors/variable_is_const_test.dart ('k') | tests/lib_strong/html/custom/document_register_basic_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698