Revert "Revert "xfail some tests that hang (instead of segfaulting) since eafb6789a2""

This reverts commit 6eabe6f3f4.
This commit is contained in:
Brian Anderson 2011-09-19 16:08:17 -07:00
parent 7bc282a561
commit a18986c1a1
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,8 @@
// error-pattern: literal
// xfail-test (issue #936)
fn main() {
// #fmt's first argument must be a literal. Hopefully this
// restriction can be eased eventually to just require a

View File

@ -1,5 +1,7 @@
// error-pattern:too many arguments
// xfail-test (issue #936)
use std;
fn main() { let s = #fmt["%s", "test", "test"]; }