From 196d69beb2c91b29013d44d7a3855561fef600ab Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Wed, 1 Feb 2012 18:52:08 -0800 Subject: make boxes self-describing (fixes #1493)" (take 2) this will be used to generate a new snapshot. --- src/rt/test/rust_test_runtime.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rt/test/rust_test_runtime.cpp') diff --git a/src/rt/test/rust_test_runtime.cpp b/src/rt/test/rust_test_runtime.cpp index 815d55acd86..51ec9219396 100644 --- a/src/rt/test/rust_test_runtime.cpp +++ b/src/rt/test/rust_test_runtime.cpp @@ -39,7 +39,7 @@ rust_domain_test::run() { return true; } -void task_entry(void *, rust_opaque_closure *, void *) { +void task_entry(void *, rust_opaque_box*, void *) { printf("task entry\n"); } -- cgit 1.4.1-3-g733a5