correct test to reference right value
This commit is contained in:
parent
f832edc369
commit
afe792496a
@ -9,5 +9,5 @@ fn compute1() -> float {
|
||||
fn main() {
|
||||
let x = compute1();
|
||||
log(debug, x);
|
||||
assert(y == -4f);
|
||||
assert(x == -4f);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user