Chromium Code Reviews| Index: pkg/barback/test/utils.dart |
| diff --git a/pkg/barback/test/utils.dart b/pkg/barback/test/utils.dart |
| index 1ee03ff072c813c69343cef08f0de26b7ef76a3d..798b95876b4132404900fa287823fdf9ee676790 100644 |
| --- a/pkg/barback/test/utils.dart |
| +++ b/pkg/barback/test/utils.dart |
| @@ -39,6 +39,7 @@ void initConfig() { |
| if (_configured) return; |
| _configured = true; |
| useCompactVMConfiguration(); |
| + filterStacks = true; |
| } |
| /// Creates a new [PackageProvider] and [PackageGraph] with the given [assets] |