blob: 88561f14bc5c40cb07e86d7b8876b47037b67325 [file] [log] [blame]
// Copyright (c) 2017, 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 'package:sample/sample.dart';
import 'package:test/test.dart';
main() {
group('A group of tests', () {
test('First Test', () {});
});
}