diff options
| author | Patrick Walton <[email protected]> | 2011-03-16 18:40:51 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-03-16 18:42:08 -0700 |
| commit | ea7197e2cf921211fb3b82ad45452c2095f5a589 (patch) | |
| tree | 7023e317dcc61a637388a42b746d91079413eed2 /src/Makefile | |
| parent | Teach configure.sh to probe paths, factor a bit. (diff) | |
| download | rust-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/Makefile | 1 |
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 \ |