From f017a9e71fde98dbfdb2edb9fbc2af8781611664 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Mon, 7 Mar 2011 00:18:10 -0800 Subject: [PATCH] Un-XFAIL str-concat.rs. --- src/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 484740b5df2..81ca965db16 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 \