mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Fix copy/paste error in test (#19564)
This commit is contained in:
parent
c1de12dd44
commit
d9ee971e38
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user