Skip to content

Commit 41e35d0

Browse files
authored
update expected exit code with dir conflict to 73 (#43)
1 parent 2e27d7d commit 41e35d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webdev/test/e2e_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ void main() {
5656
await expectLater(process.stderr,
5757
emitsThrough('Failed to create merged output directories.'));
5858

59-
await process.shouldExit(1);
59+
await process.shouldExit(73);
6060
});
6161

6262
group('should build with valid configuration', () {

0 commit comments

Comments
 (0)