Adam Barth | b9f49a4 | 2017-01-10 11:31:24 -0800 | [diff] [blame] | 1 | // Copyright 2017 The Chromium Authors. All rights reserved. |
| 2 | // Use of this source code is governed by a BSD-style license that can be |
| 3 | // found in the LICENSE file. |
| 4 | |
Ian Hickson | 686d8f8 | 2018-08-14 20:33:58 -0700 | [diff] [blame] | 5 | import 'package:test/test.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 | } |