Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit f30d51a

Browse files
vicbjbdeboer
authored andcommitted
test(annotion_src_spec): re-enable tests failing due to dartbug 19177
It has been fixed in 1.5.0-dev.4.5 Closes #1150
1 parent 9802966 commit f30d51a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/core/annotation_src_spec.dart

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ List<String> nullFields(x) {
3030
return ret;
3131
}
3232

33-
// TODO(deboer): These tests are disabled due to dartbug.com/19177
34-
// That bug should be fixed soon
35-
void main() => xdescribe('annotations', () {
33+
void main() => describe('annotations', () {
3634
describe('component', () {
3735
it('should set all fields on clone when all the fields are set', () {
3836
var component = new Component(

0 commit comments

Comments
 (0)