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

Unified Diff: tests/language_strong/constructor_redirect_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_strong/constructor_redirect_test.dart
diff --git a/tests/language_strong/constructor_redirect_test.dart b/tests/language_strong/constructor_redirect_test.dart
index 1667493d574aff49cd6823bfd14bdf70961ec94b..3b0e070f6784c934fc093ad157cb05219c59856b 100644
--- a/tests/language_strong/constructor_redirect_test.dart
+++ b/tests/language_strong/constructor_redirect_test.dart
@@ -19,7 +19,7 @@ class A {
// staticFun isn't really a static function and should cause a
// compile-time error.
static
- moreStaticFun() {} /// 01: compile-time error
+ moreStaticFun() {} //# 01: compile-time error
int staticFun(int v1, int v2) {
return v1 * v2;
}

Powered by Google App Engine
This is Rietveld 408576698