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

Unified Diff: tests/language/regress_19413_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/language/regress_19413_test.dart
diff --git a/tests/language/regress_19413_test.dart b/tests/language/regress_19413_test.dart
index 84ff099605353e83273d3816e2fdc56d2f399caa..d166af17891937eea252e8ec69025cdb58fa71ac 100644
--- a/tests/language/regress_19413_test.dart
+++ b/tests/language/regress_19413_test.dart
@@ -8,5 +8,5 @@ import 'regress_19413_foo.dart' as foo;
import 'regress_19413_bar.dart' as foo;
main() {
- foo.f(); /// 01: static type warning, runtime error
+ foo.f(); //# 01: static type warning, runtime error
}

Powered by Google App Engine
This is Rietveld 408576698