Unverified Commit d9ee971e authored by Danny Tuppeny's avatar Danny Tuppeny Committed by GitHub

Fix copy/paste error in test (#19564)

parent c1de12dd
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment