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

Unified Diff: dart/tests/language/getters_setters_type3_test.dart

Issue 46163002: Bugfix in test.dart, adding of specialized test outcomes for analyzer (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 2 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: dart/tests/language/getters_setters_type3_test.dart
diff --git a/dart/tests/language/getters_setters_type3_test.dart b/dart/tests/language/getters_setters_type3_test.dart
index aaa8b35fc4d29c92f99c8d415d8d557a4941d683..a41f59fcf76951b25a10fbd2e32ec2989eee0228 100644
--- a/dart/tests/language/getters_setters_type3_test.dart
+++ b/dart/tests/language/getters_setters_type3_test.dart
@@ -3,7 +3,6 @@
// BSD-style license that can be found in the LICENSE file.
// Getters and setters can have different types, and it is not a warning if the
// two types are assignable.
-// @static-clean
import "package:expect/expect.dart";

Powered by Google App Engine
This is Rietveld 408576698