Ian Hickson | 449f4a6 | 2019-11-27 15:04:02 -0800 | [diff] [blame] | 1 | // Copyright 2014 The Flutter Authors. All rights reserved. |
Adam Barth | b9f49a4 | 2017-01-10 11:31:24 -0800 | [diff] [blame] | 2 | // Use of this source code is governed by a BSD-style license that can be |
| 3 | // found in the LICENSE file. |
| 4 | |
Jonah Williams | a43e3a4 | 2018-11-06 10:48:34 -0800 | [diff] [blame] | 5 | import 'package:test_api/test_api.dart' hide TypeMatcher, isInstanceOf; |
Adam Barth | b9f49a4 | 2017-01-10 11:31:24 -0800 | [diff] [blame] | 6 | |
| 7 | void main() { |
Josh Soref | c5a5945 | 2018-03-07 00:36:03 -0500 | [diff] [blame] | 8 | test('Trivial test', () { |
Adam Barth | b9f49a4 | 2017-01-10 11:31:24 -0800 | [diff] [blame] | 9 | expect(42, 42); |
| 10 | }); |
| 11 | } |