Workout the implicit return change a bit more in tests

This commit is contained in:
Tim Kuehn
2016-02-11 22:28:53 -08:00
parent f727dac87b
commit f6063828df

View File

@@ -424,6 +424,8 @@ mod test {
mod no_return {
service! {
rpc ack();
rpc apply(foo: String) -> i32;
rpc bi_consume(bar: String, baz: u64);
}
}
}