| Index: samples/tests/samples/browser/clock_test.dart
|
| diff --git a/samples/tests/samples/browser/clock_test.dart b/samples/tests/samples/browser/clock_test.dart
|
| deleted file mode 100644
|
| index d06cc0531267512d0065089366b7d959bd503f46..0000000000000000000000000000000000000000
|
| --- a/samples/tests/samples/browser/clock_test.dart
|
| +++ /dev/null
|
| @@ -1,17 +0,0 @@
|
| -// Copyright (c) 2013, 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.
|
| -
|
| -library clock_test;
|
| -
|
| -import '../../../clock/web/clock.dart' as clock;
|
| -
|
| -// @static-clean
|
| -
|
| -/**
|
| - * This test exists to ensure that the clock sample compiles without errors.
|
| - */
|
| -void main() {
|
| -
|
| -}
|
| -
|
|
|