Sign in
chromium
/
external
/
github.com
/
dart-lang
/
angular_analyzer_plugin
/
refs/tags/archive/start-changelog
/
.
/
old_plugin_loader
/
test
/
test_all.dart
blob: 4e4084ca457dc0d566aba2bfd729afdbf38e6e02 [
file
]
import
'package:test_reflective_loader/test_reflective_loader.dart'
;
/// Utility for manually running all tests.
void
main
()
{
defineReflectiveSuite
(()
{},
name
:
'Angular Old Plugin Loader tests'
);
}