Uncomment line in test
This commit is contained in:
parent
b9767d0d7d
commit
c8af776b15
@ -208,5 +208,5 @@ fn import_all() {
|
||||
type Option<T> = Some(T) | None
|
||||
import Option::*
|
||||
let x = Some(9); if x is Some(q) then { q } else { 0 }"#;
|
||||
//eval_assert(source, "9");
|
||||
eval_assert(source, "9");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user