4757152a0b
Mostly no-ops. Change-Id: Ia538aed657576203ec104bd849862bcc87025bef Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/194006 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
14 lines
452 B
Dart
14 lines
452 B
Dart
// Copyright (c) 2017, 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 'get_kythe_entries_test.dart' as get_kythe_entries_test;
|
|
|
|
void main() {
|
|
defineReflectiveSuite(() {
|
|
get_kythe_entries_test.main();
|
|
}, name: 'kythe');
|
|
}
|