Index: pkg/analyzer/test/src/task/dart_test.dart |
diff --git a/pkg/analyzer/test/src/task/dart_test.dart b/pkg/analyzer/test/src/task/dart_test.dart |
index 51a86fb9b3068aa9f98cbc2b1da631be35d9817d..b22902c58c8ffe89c28803b760cfa0cd38837ea0 100644 |
--- a/pkg/analyzer/test/src/task/dart_test.dart |
+++ b/pkg/analyzer/test/src/task/dart_test.dart |
@@ -2887,7 +2887,6 @@ var tau = piFirst ? pi * 2 : 6.28; |
InterfaceType intType = context.typeProvider.intType; |
InterfaceType stringType = context.typeProvider.stringType; |
- DartType dynamicType = context.typeProvider.dynamicType; |
assertVariableDeclarationTypes( |
getTopLevelVariable(unit1, "x"), intType, intType); |
@@ -2938,7 +2937,6 @@ var tau = piFirst ? pi * 2 : 6.28; |
CompilationUnit unit2 = outputs[RESOLVED_UNIT8]; |
InterfaceType intType = context.typeProvider.intType; |
- InterfaceType stringType = context.typeProvider.stringType; |
assertVariableDeclarationTypes( |
getTopLevelVariable(unit1, "x"), intType, intType); |