Skip to content

Commit

Permalink
Un-xfail test for #3521; it works now
Browse files Browse the repository at this point in the history
Closes #3521
  • Loading branch information
catamorphism committed Oct 15, 2012
1 parent c886629 commit 4f9e7ba
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
// xfail-test
fn main() {
let foo = 100;

enum Stuff {
Bar = foo
Bar = foo //~ ERROR attempt to use a non-constant value in a constant
}

log(error, Bar);
Expand Down

0 comments on commit 4f9e7ba

Please sign in to comment.