blob: 97e2c810c2334dfb022085dea08388f6330ff0b8 [file] [log] [blame]
// Copyright (c) 2019, 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.
// @dart = 2.9
import 'package:test_reflective_loader/test_reflective_loader.dart';
import 'get_widget_description_test.dart' as get_widget_description;
import 'set_property_value_test.dart' as set_property_value;
void main() {
defineReflectiveSuite(() {
get_widget_description.main();
set_property_value.main();
});
}