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(); |