Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test.rs: Change to new task_builder (fix compile) #2

Merged
merged 1 commit into from Jul 24, 2012
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Fix task imports in rust-glut test.rs

  • Loading branch information
bblum committed Jul 24, 2012
commit 793bb29ee13dbdbabd09b069a839e187f009bfac
@@ -16,7 +16,7 @@ import comm::{chan, peek, port, recv, send};
import io::println;
import ptr::{addr_of, null};
import str::bytes;
import task::{task_builder, get_opts, run_listener, set_opts};
import task::task_builder;
import vec::unsafe::to_ptr;

fn fragment_shader_source() -> ~str {
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.