Update a couple tests that slipped through.
This commit is contained in:
parent
550667a538
commit
cc27e0f8c6
@ -4,7 +4,7 @@ use std;
|
||||
import std::_vec;
|
||||
|
||||
fn some_vec(int x) -> vec[int] {
|
||||
ret vec();
|
||||
ret [];
|
||||
}
|
||||
|
||||
fn is_odd(int n) -> bool { ret true; }
|
||||
|
@ -4,7 +4,7 @@ use std;
|
||||
import std::_vec;
|
||||
|
||||
fn some_vec(int x) -> vec[int] {
|
||||
ret vec();
|
||||
ret [];
|
||||
}
|
||||
|
||||
fn is_odd(int n) -> bool { ret true; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user