提交 85d9409b 编写于 作者: P Patrick Walton

test: Fix broken test

上级 36fbf716
......@@ -12,7 +12,7 @@
// other tycons.
fn coerce(b: &fn()) -> extern fn() {
fn lol(f: extern fn(+v: &fn()) -> extern fn(),
fn lol(f: extern fn(v: &fn()) -> extern fn(),
g: &fn()) -> extern fn() { return f(g); }
fn fn_id(f: extern fn()) -> extern fn() { return f }
return lol(fn_id, b);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册