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

This reverts commit 5f44a1356e2b0adce5157f5e331ab9a55e891b0a.

Issue #936
This commit is contained in:
Brian Anderson 2011-09-19 15:34:19 -07:00
parent c42401ebbc
commit 6eabe6f3f4
2 changed files with 0 additions and 5 deletions

View File

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