Skip to content

Commit e28b6d1

Browse files
committed
Auto merge of #702 - crlf0710:master, r=jackh726
Unignore a few tests. Seems these tests pass now. So maybe just unignore them =)
2 parents f2fdf4d + 44ff71c commit e28b6d1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/display/const_.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ fn test_const_generics() {
1919
}
2020

2121
#[test]
22-
#[ignore]
2322
fn test_basic_const_values_in_impls() {
2423
// Test we render const values correctly in impls.
2524
reparse_test!(
@@ -34,7 +33,6 @@ fn test_basic_const_values_in_impls() {
3433
}
3534

3635
#[test]
37-
#[ignore]
3836
fn test_basic_const_values_in_opaque_ty_values() {
3937
// Test we render const values correctly in opaque type values.
4038
reparse_test!(
@@ -46,7 +44,6 @@ fn test_basic_const_values_in_opaque_ty_values() {
4644
}
4745

4846
#[test]
49-
#[ignore]
5047
fn test_basic_const_values_in_assoc_ty_values() {
5148
// Test we render const values correctly in associated type values.
5249
reparse_test!(

0 commit comments

Comments
 (0)