Revert "xfail some tests that hang (instead of segfaulting) since eafb6789a2"
This reverts commit 5f44a1356e.
Issue #936
This commit is contained in:
parent
c42401ebbc
commit
6eabe6f3f4
2 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
// error-pattern:too many arguments
|
||||
|
||||
// xfail-test (issue #936)
|
||||
|
||||
use std;
|
||||
|
||||
fn main() { let s = #fmt["%s", "test", "test"]; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue