aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2011-03-16 18:40:51 -0700
committerPatrick Walton <[email protected]>2011-03-16 18:42:08 -0700
commitea7197e2cf921211fb3b82ad45452c2095f5a589 (patch)
tree7023e317dcc61a637388a42b746d91079413eed2 /src/Makefile
parentTeach configure.sh to probe paths, factor a bit. (diff)
downloadrust-ea7197e2cf921211fb3b82ad45452c2095f5a589.tar.xz
rust-ea7197e2cf921211fb3b82ad45452c2095f5a589.zip
rustc: Add str_from_cstr() and str_from_buf() functions to the standard library, as well as a test case
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 99ef8adc..16437310 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -498,6 +498,7 @@ TEST_XFAILS_RUSTC := $(addprefix test/run-pass/, \
lib-sha1.rs \
lib-sort.rs \
lib-str.rs \
+ lib-str-buf.rs \
lib-task.rs \
lib-uint.rs \
lib-vec-str-conversions.rs \