Skip to content

Commit

Permalink
[analyzer+cfe] Use more shared code for annotated code testing.
Browse files Browse the repository at this point in the history
Change-Id: Id1d234beed0059c84375bbeefb4755fac23d72c6
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/108817
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Johnni Winther <johnniwinther@google.com>
  • Loading branch information
johnniwinther authored and commit-bot@chromium.org committed Jul 16, 2019
1 parent d5af4ed commit 4cd16d3
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 483 deletions.
Expand Up @@ -9,10 +9,11 @@ import 'package:analyzer/src/dart/resolver/flow_analysis_visitor.dart';
import 'package:analyzer/src/generated/engine.dart';
import 'package:analyzer/src/util/ast_data_extractor.dart';
import 'package:front_end/src/testing/id.dart' show ActualData, Id;
import 'package:front_end/src/testing/id_testing.dart' show DataInterpreter;
import 'package:test/test.dart';
import 'package:test_reflective_loader/test_reflective_loader.dart';

import '../../../util/id_equivalence_helper.dart';
import '../../../util/id_testing_helper.dart';
import 'driver_resolution.dart';

main() {
Expand Down
Expand Up @@ -10,10 +10,11 @@ import 'package:analyzer/src/dart/analysis/experiments.dart';
import 'package:analyzer/src/generated/engine.dart';
import 'package:analyzer/src/util/ast_data_extractor.dart';
import 'package:front_end/src/testing/id.dart' show ActualData, Id;
import 'package:front_end/src/testing/id_testing.dart' show DataInterpreter;
import 'package:test/test.dart';
import 'package:test_reflective_loader/test_reflective_loader.dart';

import '../../../util/id_equivalence_helper.dart';
import '../../../util/id_testing_helper.dart';
import 'driver_resolution.dart';

main() {
Expand Down

0 comments on commit 4cd16d3

Please sign in to comment.