Skip to content

Commit 7e046ed

Browse files
committed
Revert "xfail some tests that hang (instead of segfaulting) since eafb678"
This reverts commit 5f44a13. Issue #936
1 parent facc7fd commit 7e046ed

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/test/compile-fail/extfmt-non-literal2.rs

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
// error-pattern: literal
22

3-
// xfail-test (issue #936)
4-
5-
63
fn main() {
74
// #fmt's first argument must be a literal. Hopefully this
85
// restriction can be eased eventually to just require a
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
// error-pattern:too many arguments
22

3-
// xfail-test (issue #936)
4-
53
use std;
64

75
fn main() { let s = #fmt["%s", "test", "test"]; }

0 commit comments

Comments
 (0)