diff --git a/packages/flutter_tools/test/integration/expression_evaluation_test.dart b/packages/flutter_tools/test/integration/expression_evaluation_test.dart index 540510d8f5..eae4ef9fa1 100644 --- a/packages/flutter_tools/test/integration/expression_evaluation_test.dart +++ b/packages/flutter_tools/test/integration/expression_evaluation_test.dart @@ -89,7 +89,7 @@ void main() { test('can evaluate complex expressions in top level function', () async { await _flutter.run(withDebugger: true); await breakInTopLevelFunction(_flutter); - await evaluateTrivialExpressions(); + await evaluateComplexExpressions(); }); test('can evaluate complex expressions in build method', () async {