Skip to content

Commit 44ff71c

Browse files
committed
Unignore a few tests.
1 parent 74ec03b commit 44ff71c

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)