| Index: tests/kernel/unsorted/expect.dart
|
| diff --git a/tests/kernel/unsorted/expect.dart b/tests/kernel/unsorted/expect.dart
|
| deleted file mode 100644
|
| index e1a215f9ec6758b828bbea67a0217aa3436423f2..0000000000000000000000000000000000000000
|
| --- a/tests/kernel/unsorted/expect.dart
|
| +++ /dev/null
|
| @@ -1,16 +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.
|
| -
|
| -import 'dart:io' as io;
|
| -
|
| -// We use this class until we support more language features to use
|
| -// `package:expect`.
|
| -class Expect {
|
| - static void isTrue(bool condition) {
|
| - if (!condition) {
|
| - print("Expect.isTrue(cond) failed. io.exit(1)ing");
|
| - io.exit(1);
|
| - }
|
| - }
|
| -}
|
|
|