testsuite: Un-xfail test for #3029 and move to run-fail
This commit is contained in:
parent
b9920b052b
commit
885f0a2eab
1 changed files with 3 additions and 4 deletions
|
@ -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";
|
||||
}
|
||||
|
Loading…
Add table
Reference in a new issue