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

Unified Diff: tests/utils/src/DummyCompilerTest.dart

Issue 10236007: Revert "Avoid "=== true" inside code by calling a function that does this for us." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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 | « tests/language/src/Operator5Test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/utils/src/DummyCompilerTest.dart
diff --git a/tests/utils/src/DummyCompilerTest.dart b/tests/utils/src/DummyCompilerTest.dart
index 042d9d008f2f2b263deaf4b9311460af05dabf7e..a5e85a0aad4cf2ad715e2dac4b9e682377fa7bf6 100644
--- a/tests/utils/src/DummyCompilerTest.dart
+++ b/tests/utils/src/DummyCompilerTest.dart
@@ -25,9 +25,7 @@ Future<String> provider(Uri uri) {
class List {}
class Closure {}
class Dynamic {}
- class Null {}
- eqNull(a) {}
- eqNullB(a) {}""";
+ class Null {}""";
} else {
source = "#library('lib');";
}
« no previous file with comments | « tests/language/src/Operator5Test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698