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

Unified Diff: tests/compiler/dart2js/token_naming_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/token_naming_test.dart
diff --git a/tests/compiler/dart2js/token_naming_test.dart b/tests/compiler/dart2js/token_naming_test.dart
index 3a3248ebe58749d2c819e164342076682fdd6c0c..03702d08c4214514e96d9ffb431e99a6b4dd0f05 100644
--- a/tests/compiler/dart2js/token_naming_test.dart
+++ b/tests/compiler/dart2js/token_naming_test.dart
@@ -14,7 +14,7 @@ String forwardN(TokenScope scope, int N) {
return scope.getNextName();
}
-int main() {
+void main() {
// Test a normal scope.
TokenScope scope = new TokenScope();

Powered by Google App Engine
This is Rietveld 408576698