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

Unified Diff: tests/compiler/dart2js/boolified_operator_test.dart

Issue 2939063002: Strong mode cleaning of many dart2js tests. (Closed)
Patch Set: Use ClassElement. Created 3 years, 6 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: tests/compiler/dart2js/boolified_operator_test.dart
diff --git a/tests/compiler/dart2js/boolified_operator_test.dart b/tests/compiler/dart2js/boolified_operator_test.dart
index d632fed53e03aaa7670804ea50d7682eccc06a2b..6f51ac4570bcf49e00c9124a10a69a16aaa200c3 100644
--- a/tests/compiler/dart2js/boolified_operator_test.dart
+++ b/tests/compiler/dart2js/boolified_operator_test.dart
@@ -51,8 +51,6 @@ foo(param0, param1) {
""";
main() {
- RegExp regexp = new RegExp('=== true');
-
asyncTest(() => Future.wait([
compile(TEST_EQUAL, entry: 'foo', check: (String generated) {
Expect.isFalse(generated.contains('=== true'));

Powered by Google App Engine
This is Rietveld 408576698