diff options
| author | Jeffrey Yasskin <[email protected]> | 2010-07-25 00:36:03 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-08-06 17:29:21 -0700 |
| commit | 3f6e8ffe64b57b0eaba6812208e94500422ca40c (patch) | |
| tree | bb6ed1f9b5ce9603c999c195d0754057e633599a /src/Makefile | |
| parent | Add an int->str conversion function. (diff) | |
| download | rust-3f6e8ffe64b57b0eaba6812208e94500422ca40c.tar.xz rust-3f6e8ffe64b57b0eaba6812208e94500422ca40c.zip | |
Implement _str.len() to return the number of bytes, rename it to byte_len(),
and add a test.
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 792eeec0..1d79a467 100644 --- a/src/Makefile +++ b/src/Makefile @@ -506,6 +506,7 @@ TEST_XFAILS_LLVM := $(TASK_XFAILS) \ str-append.rs \ str-concat.rs \ str-idx.rs \ + str-lib.rs \ tag.rs \ tail-cps.rs \ tail-direct.rs \ |