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

Unified Diff: tests/language/issue21079_test.dart

Issue 1252913012: Fix analyzer warning from test for issue21079. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/issue21079_test.dart
diff --git a/tests/language/issue21079_test.dart b/tests/language/issue21079_test.dart
index f0af3f5c97e625ac03e0e08dcfc23574b971af2d..e41c46e5c5f553f7f6ddffcbf324bebe932901e0 100644
--- a/tests/language/issue21079_test.dart
+++ b/tests/language/issue21079_test.dart
@@ -13,6 +13,8 @@ void main() {
Expect.isTrue(reflectClass(IsolateSpawnException).reflectedType == IsolateSpawnException);
}
-class MyException extends IsolateSpawnException {}
+class MyException extends IsolateSpawnException {
+ MyException() : super("Test") {}
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698