| Index: samples/tests/samples/browser/hi_test.dart
|
| diff --git a/samples/tests/samples/browser/hi_test.dart b/samples/tests/samples/browser/hi_test.dart
|
| deleted file mode 100644
|
| index 111797989253b6d72139ba36035872e9c3e54338..0000000000000000000000000000000000000000
|
| --- a/samples/tests/samples/browser/hi_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 hi_test;
|
| -
|
| -import '../../../hi/hi.dart' as hi;
|
| -
|
| -// @static-clean
|
| -
|
| -/**
|
| - * This test exists to ensure that the hi sample compiles without errors.
|
| - */
|
| -void main() {
|
| -
|
| -}
|
| -
|
|
|