Chromium Code Reviews| Index: pkg/watcher/test/utils.dart |
| diff --git a/pkg/watcher/test/utils.dart b/pkg/watcher/test/utils.dart |
| index 3bbe0e1a651c2dba57264d6679afef604e31f9d8..656ddf8edb2f5ad55c17e073ec4af3f02c5f57b8 100644 |
| --- a/pkg/watcher/test/utils.dart |
| +++ b/pkg/watcher/test/utils.dart |
| @@ -38,6 +38,7 @@ Map<String, int> _mockFileModificationTimes; |
| void initConfig() { |
| useCompactVMConfiguration(); |
| + filterStacks = true; |
| } |
| /// Creates the sandbox directory the other functions in this library use and |