blob: b7826d81a02ca5f2b40442d4b11d15d2d31c4a54 [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/test.dart';
void main() {
test('Trival test', () {
expect(42, 42);
});
}