Skip to content

Commit 85c6f44

Browse files
author
Oliver Schneider
committed
re-add test
1 parent 8ce7fdb commit 85c6f44

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/run-pass/const-enum-vec-index.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-test FIXME
12-
1311
enum E { V1(isize), V0 }
1412
const C: &'static [E] = &[E::V0, E::V1(0xDEADBEE)];
1513
static C0: E = C[0];

0 commit comments

Comments
 (0)