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

Unified Diff: tests/lib_strong/mirrors/redirecting_factory_different_type_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/lib_strong/mirrors/redirecting_factory_different_type_test.dart
diff --git a/tests/lib_strong/mirrors/redirecting_factory_different_type_test.dart b/tests/lib_strong/mirrors/redirecting_factory_different_type_test.dart
index 1c4fac7d84034ba38dcf4f5c9fc77fbe73764721..b140fc42990afae7fc52b783c8be7a823eb0cd7c 100644
--- a/tests/lib_strong/mirrors/redirecting_factory_different_type_test.dart
+++ b/tests/lib_strong/mirrors/redirecting_factory_different_type_test.dart
@@ -11,7 +11,7 @@ import 'package:expect/expect.dart';
class A {
factory A(
- String /// 01: static type warning
+ String //# 01: static type warning
x) = B;
A._();
}

Powered by Google App Engine
This is Rietveld 408576698