Chromium Code Reviews| Index: test/worker/hello_world.dart |
| diff --git a/test/worker/hello_world.dart b/test/worker/hello_world.dart |
| deleted file mode 100644 |
| index 7b2581a615804a9fc9fb54044c834b6fee7f7686..0000000000000000000000000000000000000000 |
| --- a/test/worker/hello_world.dart |
| +++ /dev/null |
| @@ -1,7 +0,0 @@ |
| -// Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file |
| -// for details. All rights reserved. Use of this source code is governed by a |
| -// BSD-style license that can be found in the LICENSE file. |
| - |
| -main() { |
| - print('hello world!'); |
| -} |