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

Unified Diff: tests/html/js_typed_interop_type1_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
« no previous file with comments | « tests/html/js_typed_interop_default_arg_test.dart ('k') | tests/html/js_typed_interop_type2_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/js_typed_interop_type1_test.dart
diff --git a/tests/html/js_typed_interop_type1_test.dart b/tests/html/js_typed_interop_type1_test.dart
index bbb6ec5564af853334a3c5825faf7d03ce1f82ff..8e62838b3e2e21d99cf2b4ee67da67a7b3f2b14e 100644
--- a/tests/html/js_typed_interop_type1_test.dart
+++ b/tests/html/js_typed_interop_type1_test.dart
@@ -53,7 +53,7 @@ main() {
var f = new F(6);
Expect.equals(testA(a), 1);
- Expect.equals(testF(f), 6); /// 01: ok
+ Expect.equals(testF(f), 6); //# 01: ok
}
« no previous file with comments | « tests/html/js_typed_interop_default_arg_test.dart ('k') | tests/html/js_typed_interop_type2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698