blob: 4dd1de1a55bfe20d0acdd127093389612a11f4b2 [file] [log] [blame]
// Copyright 2017 The Chromium Authors. 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:test_api/test_api.dart' hide TypeMatcher, isInstanceOf;
void main() {
test('Trivial test', () {
expect(42, 42);
});
}