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

Unified Diff: tests/html/js_typed_interop_type2_test.dart

Issue 2765693002: Update all tests (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/html/js_typed_interop_type2_test.dart
diff --git a/tests/html/js_typed_interop_type2_test.dart b/tests/html/js_typed_interop_type2_test.dart
index 6b3dbed3a4f999d0ed8689b3ead92f5ca85c6fdd..440a3b152b4e2dc15aaa227dfeaf4f32a1b417b3 100644
--- a/tests/html/js_typed_interop_type2_test.dart
+++ b/tests/html/js_typed_interop_type2_test.dart
@@ -47,7 +47,7 @@ main() {
var d = new D(foo: 4);
var f = new F(6);
Expect.equals(testC(d), 4);
- Expect.equals(testF(f), 6); /// 01: ok
+ Expect.equals(testF(f), 6); //# 01: ok
}

Powered by Google App Engine
This is Rietveld 408576698