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

Unified Diff: dart/tests/language/bool_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/bool_test.dart
diff --git a/dart/tests/language/bool_test.dart b/dart/tests/language/bool_test.dart
index 4015c188665135c5d84be8497d558def4c1645a2..efe8a7ae8fab9a5acf220e5f329d7907963f1ff8 100644
--- a/dart/tests/language/bool_test.dart
+++ b/dart/tests/language/bool_test.dart
@@ -4,9 +4,6 @@
import "package:expect/expect.dart";
-// Dart test program for testing basic boolean properties.
-// @static-clean
-
class BoolTest {
static void testEquality() {
Expect.equals(true, true);

Powered by Google App Engine
This is Rietveld 408576698