From ea7197e2cf921211fb3b82ad45452c2095f5a589 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Wed, 16 Mar 2011 18:40:51 -0700 Subject: rustc: Add str_from_cstr() and str_from_buf() functions to the standard library, as well as a test case --- src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile') 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 \ -- cgit v1.2.3