correct test to reference right value
This commit is contained in:
parent
f832edc369
commit
afe792496a
1 changed files with 1 additions and 1 deletions
|
@ -9,5 +9,5 @@ fn compute1() -> float {
|
|||
fn main() {
|
||||
let x = compute1();
|
||||
log(debug, x);
|
||||
assert(y == -4f);
|
||||
assert(x == -4f);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue