Index: lib/compiler/implementation/dart2js.dart |
diff --git a/lib/compiler/implementation/dart2js.dart b/lib/compiler/implementation/dart2js.dart |
index 526652c8fb416b0a4586be4c4a248d27cf3ccea4..f94c219a878aab8700b11963ad520774b542b254 100644 |
--- a/lib/compiler/implementation/dart2js.dart |
+++ b/lib/compiler/implementation/dart2js.dart |
@@ -173,7 +173,7 @@ void compile(List<String> argv) { |
helpAndFail('Error: --force-strip may only be used with ' |
'--output-type=dart'); |
} |
- if (arguments.isEmpty()) { |
+ if (arguments.isEmpty) { |
helpAndFail('Error: No Dart file specified.'); |
} |
if (arguments.length > 1) { |