blob: da75f77bd9838c057247a4baba3e3812d2be43bd [file] [log] [blame]
// Copyright (c) 2014, 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.
library analyzer.test.src.dart.ast.test_all;
import 'package:test_reflective_loader/test_reflective_loader.dart';
import 'utilities_test.dart' as utilities;
/// Utility for manually running all tests.
main() {
defineReflectiveSuite(() {
utilities.main();
}, name: 'ast');
}