We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e27d7d commit 41e35d0Copy full SHA for 41e35d0
webdev/test/e2e_test.dart
@@ -56,7 +56,7 @@ void main() {
56
await expectLater(process.stderr,
57
emitsThrough('Failed to create merged output directories.'));
58
59
- await process.shouldExit(1);
+ await process.shouldExit(73);
60
});
61
62
group('should build with valid configuration', () {
0 commit comments