commit | bbf913bc4ca8614c66cd68715198cbc90486ae5a | [log] [tgz] |
---|---|---|
author | Jonah Williams <jonahwilliams@google.com> | Thu Mar 05 12:34:03 2020 -0800 |
committer | GitHub <noreply@github.com> | Thu Mar 05 12:34:03 2020 -0800 |
tree | 8f674166af660ca1c2e6939cd2da3f449fc61f47 | |
parent | 374f85c976b2ae3e3f69a1b299cec1a5a3cdc785 [diff] [blame] |
[flutter_tools] resolve requests to web directory in debug mode (#51995)
diff --git a/dev/bots/test.dart b/dev/bots/test.dart index 59b4029..8d37433 100644 --- a/dev/bots/test.dart +++ b/dev/bots/test.dart
@@ -588,6 +588,7 @@ await _runWebStackTraceTest('profile'); await _runWebStackTraceTest('release'); await _runWebDebugTest('lib/stack_trace.dart'); + await _runWebDebugTest('lib/web_directory_loading.dart'); await _runWebDebugTest('test/test.dart'); }