Chromium Code Reviews| Index: pkg/dev_compiler/test/codegen/script.dart |
| diff --git a/pkg/dev_compiler/test/codegen/script.dart b/pkg/dev_compiler/test/codegen/script.dart |
| index 709ed67937540f17581e65a70b20e0fe4f2f6240..c84e012949005fc80a4aca534c11540de1509b3f 100755 |
| --- a/pkg/dev_compiler/test/codegen/script.dart |
| +++ b/pkg/dev_compiler/test/codegen/script.dart |
| @@ -1,4 +1,5 @@ |
| #!/usr/bin/env dart |
| + |
| void main(List<String> args) { |
| String name = args.join(' '); |
| if (name == '') name = 'world'; |