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

Unified Diff: tests/compiler/dart2js/sourcemaps/lax_json.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/sourcemaps/lax_json.dart
diff --git a/tests/compiler/dart2js/sourcemaps/lax_json.dart b/tests/compiler/dart2js/sourcemaps/lax_json.dart
index fb799732c7fcb497089bcb2d3d15c81b2eaeb5fb..405ecfb0687951a4f55115357b3312a558f34818 100644
--- a/tests/compiler/dart2js/sourcemaps/lax_json.dart
+++ b/tests/compiler/dart2js/sourcemaps/lax_json.dart
@@ -37,8 +37,6 @@ class _Decoder {
static final List<int> FALSE = 'false'.codeUnits;
static final int N = 'n'.codeUnits.single;
static final List<int> NULL = 'null'.codeUnits;
- static final int _0 = '0'.codeUnits.single;
- static final int _9 = '9'.codeUnits.single;
static final int B = 'b'.codeUnits.single;
static final int R = 'r'.codeUnits.single;
static final int U = 'u'.codeUnits.single;

Powered by Google App Engine
This is Rietveld 408576698