diff options
| author | Graydon Hoare <[email protected]> | 2011-03-07 00:18:10 -0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-03-07 00:18:10 -0800 |
| commit | f017a9e71fde98dbfdb2edb9fbc2af8781611664 (patch) | |
| tree | 460cc3712e1ad95b9027a1bfb1764eab7546fbf7 | |
| parent | Set the cleanup on the post-growth vector, not the temporary one. (diff) | |
| download | rust-f017a9e71fde98dbfdb2edb9fbc2af8781611664.tar.xz rust-f017a9e71fde98dbfdb2edb9fbc2af8781611664.zip | |
Un-XFAIL str-concat.rs.
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 484740b5..81ca965d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -495,7 +495,6 @@ TEST_XFAILS_RUSTC := $(addprefix test/run-pass/, \ spawn-module-qualified.rs \ spawn.rs \ str-append.rs \ - str-concat.rs \ syntax-extension-fmt.rs \ syntax-extension-shell.rs \ task-comm-0.rs \ |