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