Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(651)

Unified Diff: test/bazel_test.dart

Issue 1829573002: Fix all strong mode warnings in protoc-plugin (Closed) Base URL: git@github.com:dart-lang/dart-protoc-plugin.git@master
Patch Set: regenerate pb.dart files Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pubspec.yaml ('k') | test/enum_generator_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/bazel_test.dart
diff --git a/test/bazel_test.dart b/test/bazel_test.dart
index af28b492a7fa3f9612d8797a79c7d68f939e0fef..7f1773d722ea693027e140434a76dfde3027f076 100644
--- a/test/bazel_test.dart
+++ b/test/bazel_test.dart
@@ -10,7 +10,7 @@ import 'package:test/test.dart';
void main() {
group('BazelOptionParser', () {
var optionParser;
- var packages;
+ Map<String, BazelPackage> packages;
var errors;
setUp(() {
@@ -111,7 +111,7 @@ void main() {
});
group('BazelOutputConfiguration', () {
- var packages;
+ Map<String, BazelPackage> packages;
var config;
setUp(() {
« no previous file with comments | « pubspec.yaml ('k') | test/enum_generator_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698