blob: f639f7c071d58273775313f743dfdb850144d74e [file] [log] [blame]
// Copyright (c) 2021, 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:test_reflective_loader/test_reflective_loader.dart';
import 'missing_name_test.dart' as missing_name_test;
void main() {
defineReflectiveSuite(() {
missing_name_test.main();
});
}