Skip to content

Commit

Permalink
testsuite: Un-xfail test for #3029 and move to run-fail
Browse files Browse the repository at this point in the history
  • Loading branch information
catamorphism committed Jan 21, 2013
1 parent b9920b0 commit 885f0a2
Showing 1 changed file with 3 additions and 4 deletions.
Expand Up @@ -8,11 +8,10 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// xfail-test
fn fail_then_concat() {
// error-pattern:so long
fn main() {
let x = ~[], y = ~[3];
fail;
fail ~"so long";
x += y;
~"good" + ~"bye";
}

0 comments on commit 885f0a2

Please sign in to comment.