rust/src/test/compile-fail/extfmt-too-many-args.rs
Brian Anderson 7e046edebb Revert "xfail some tests that hang (instead of segfaulting) since eafb6789a2"
This reverts commit 5f44a1356e2b0adce5157f5e331ab9a55e891b0a.

Issue #936
2011-09-19 18:00:41 -07:00

6 lines
97 B
Rust

// error-pattern:too many arguments
use std;
fn main() { let s = #fmt["%s", "test", "test"]; }