File tree Expand file tree Collapse file tree 6 files changed +0
-6
lines changed Expand file tree Collapse file tree 6 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ fn generator_does_not_panic() {
22
22
}
23
23
24
24
#[ test]
25
- #[ ignore]
26
25
fn generator_output_has_correct_ast ( ) {
27
26
utils:: ast_test ( include_str ! ( "input.xsd" ) , include_str ! ( "expected.rs" ) ) ;
28
27
}
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ fn generator_does_not_panic() {
28
28
}
29
29
30
30
#[ test]
31
- #[ ignore] // Validation is not needed in this case
32
31
fn generator_output_has_correct_ast ( ) {
33
32
utils:: ast_test ( include_str ! ( "input.xsd" ) , include_str ! ( "expected.rs" ) ) ;
34
33
}
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ fn generator_does_not_panic() {
23
23
}
24
24
25
25
#[ test]
26
- #[ ignore] // Validation is not needed in this case
27
26
fn generator_output_has_correct_ast ( ) {
28
27
utils:: ast_test ( include_str ! ( "input.xsd" ) , include_str ! ( "expected.rs" ) ) ;
29
28
}
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ fn generator_does_not_panic() {
28
28
}
29
29
30
30
#[ test]
31
- #[ ignore] // Validation is not needed in this case
32
31
fn generator_output_has_correct_ast ( ) {
33
32
utils:: ast_test ( include_str ! ( "input.xsd" ) , include_str ! ( "expected.rs" ) ) ;
34
33
}
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ fn generator_does_not_panic() {
29
29
}
30
30
31
31
#[ test]
32
- #[ ignore] // Validation is not needed in this case
33
32
fn generator_output_has_correct_ast ( ) {
34
33
utils:: ast_test ( include_str ! ( "input.xsd" ) , include_str ! ( "expected.rs" ) ) ;
35
34
}
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ fn generator_does_not_panic() {
29
29
}
30
30
31
31
#[ test]
32
- #[ ignore] // Validation is not needed in this case
33
32
fn generator_output_has_correct_ast ( ) {
34
33
utils:: ast_test ( include_str ! ( "input.xsd" ) , include_str ! ( "expected.rs" ) ) ;
35
34
}
You can’t perform that action at this time.
0 commit comments