diff options
| author | Roy Frostig <[email protected]> | 2010-07-25 21:45:09 -0700 |
|---|---|---|
| committer | Roy Frostig <[email protected]> | 2010-07-25 21:45:09 -0700 |
| commit | 5b6e714d05a0c96ade618256a67a9cb7f337f196 (patch) | |
| tree | 45406973ea3c0ffb1a9e070588f4ca5fc8c7744c /src/Makefile | |
| parent | Don't write to NULL after calling C natives returning void. (diff) | |
| download | rust-5b6e714d05a0c96ade618256a67a9cb7f337f196.tar.xz rust-5b6e714d05a0c96ade618256a67a9cb7f337f196.zip | |
Expose an RNG (the one used by our runtime) to Rust via std.
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 8f96fd70..638cba0a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -424,6 +424,7 @@ TEST_XFAILS_LLVM := $(addprefix test/run-pass/, \ lazy-and-or.rs \ lazy-init.rs \ lazychan.rs \ + lib-rand.rs \ linear-for-loop.rs \ list.rs \ many.rs \ |