From 5b6e714d05a0c96ade618256a67a9cb7f337f196 Mon Sep 17 00:00:00 2001 From: Roy Frostig Date: Sun, 25 Jul 2010 21:45:09 -0700 Subject: Expose an RNG (the one used by our runtime) to Rust via std. --- src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile') 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 \ -- cgit v1.2.3