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

Unified Diff: dart/tests/language/default_implementation_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/default_implementation_test.dart
diff --git a/dart/tests/language/default_implementation_test.dart b/dart/tests/language/default_implementation_test.dart
index 74a797d5dc73d271052c854b3f26668f430dd4e6..51a221009105021bd5270645199712e6349eb619 100644
--- a/dart/tests/language/default_implementation_test.dart
+++ b/dart/tests/language/default_implementation_test.dart
@@ -5,8 +5,6 @@
import "package:expect/expect.dart";
-// @static-clean
-
abstract class Point {
factory Point(int x, int y) = PointImplementation;

Powered by Google App Engine
This is Rietveld 408576698