Chromium Code Reviews| Index: mojo/dart/test/uri_base_test.dart |
| diff --git a/mojo/dart/test/uri_base_test.dart b/mojo/dart/test/uri_base_test.dart |
| deleted file mode 100644 |
| index 24b011dd34fb1fe9f99a00864321ca9f15bb6308..0000000000000000000000000000000000000000 |
| --- a/mojo/dart/test/uri_base_test.dart |
| +++ /dev/null |
| @@ -1,9 +0,0 @@ |
| -// Copyright 2014 The Chromium Authors. All rights reserved. |
| -// Use of this source code is governed by a BSD-style license that can be |
| -// found in the LICENSE file. |
| - |
| -import 'package:mojo/core.dart' as core; |
| - |
| -main() { |
| - print("${Uri.base}"); |
| -} |