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

Unified Diff: tests/language/final_param_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/final_param_test.dart
diff --git a/tests/language/final_param_test.dart b/tests/language/final_param_test.dart
index ddf6e7fd362ac5fcc563d5ac86dac1e57bfc05cd..9fcfe920d67d038e7143a961e31bd9b34fb401b3 100644
--- a/tests/language/final_param_test.dart
+++ b/tests/language/final_param_test.dart
@@ -5,7 +5,7 @@
class A {
static void test(final x) {
- x = 2; /// 01: static type warning, runtime error
+ x = 2; //# 01: static type warning, runtime error
}
}

Powered by Google App Engine
This is Rietveld 408576698