test: remove package-wide import assumptions
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
//ww:run-exit 12
|
||||
// Migrated from 700_e2e row 39.
|
||||
package main;
|
||||
import rt;
|
||||
fn doit() (i32 | nomem) = {
|
||||
let s: []str = alloc([], 12)?;
|
||||
return s.cap: i32;
|
||||
|
||||
Reference in New Issue
Block a user