Sign in
flutter
/
mirrors
/
flutter
/
d4e973351ec2ff3e3e0d5c77e6875a465738cfbb
/
.
/
dev
/
automated_tests
/
flutter_test
/
trivial_test.dart
blob: 9efb063150c9cf63a39be00ff393b43cb5bb0c22 [
file
]
// 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
(
'trivial'
,
()
{
});
}