Skip to content

Commit 1bd7e4c

Browse files
authored
unskip test that passes now (#3568)
Closes #3428.
1 parent 627de7d commit 1bd7e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_config/test/errors_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ line 7, column 11 of build.yaml: Unsupported value for "exclude". type 'Null' is
9797
7 │ -
9898
│ ^
9999
╵''');
100-
}, skip: 'https://github.com/dart-lang/build/issues/3428');
100+
});
101101

102102
test('for empty exclude globs', () {
103103
var buildYaml = r'''

0 commit comments

Comments
 (0)