Index: pkg/kernel/pubspec.yaml |
diff --git a/pkg/kernel/pubspec.yaml b/pkg/kernel/pubspec.yaml |
index d4f3420222646288c9f8de976468e6d4c7e1a14f..94dbf2dfdf63660b252ca353cf14b0ecfbb032f6 100644 |
--- a/pkg/kernel/pubspec.yaml |
+++ b/pkg/kernel/pubspec.yaml |
@@ -6,7 +6,7 @@ homepage: https://github.com/dart-lang/kernel |
environment: |
sdk: ">=1.8.0" |
dependencies: |
- analyzer: ^0.29.0 |
+ analyzer: ^0.30.0-alpha.0 |
path: ^1.3.9 |
args: ^0.13.4 |
logging: ^0.11.2 |
@@ -15,5 +15,9 @@ dev_dependencies: |
test: ^0.12.15+6 |
stack_trace: ^1.6.6 |
ansicolor: ^0.0.9 |
+ testing: |
+ git: |
+ url: https://github.com/peter-ahe-google/testing.git |
+ ref: 2e196d5 |
dependency_overrides: |
analyzer: {path: ../analyzer} |