blob: ef76b9a2291ca97a2728bc89d09ddfc9f6a449c9 [file] [log] [blame]
// Copyright 2019 The Fuchsia 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('test stub', () {
expect(true, true);
});
}