| Index: test/all_test.dart
|
| diff --git a/test/all_test.dart b/test/all_test.dart
|
| deleted file mode 100644
|
| index 3dc55465fa128680828172466c88d82ee6fdde73..0000000000000000000000000000000000000000
|
| --- a/test/all_test.dart
|
| +++ /dev/null
|
| @@ -1,27 +0,0 @@
|
| -// Copyright (c) 2015, 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.
|
| -
|
| -import 'package:dart2js_info/info.dart';
|
| -import 'package:test/test.dart';
|
| -
|
| -main() {
|
| - // TODO(sigmund): add more tests
|
| - group('parse', () {
|
| - test('empty', () {
|
| - var json = {
|
| - 'elements': {
|
| - 'library': {},
|
| - 'class': {},
|
| - 'function': {},
|
| - 'field': {},
|
| - 'typedef': {},
|
| - },
|
| - 'holding': {},
|
| - 'program': {'size': 10},
|
| - };
|
| -
|
| - expect(new AllInfoJsonCodec().decode(json).program.size, 10);
|
| - });
|
| - });
|
| -}
|
|
|