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