test: remove package-wide import assumptions
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
//ww:run-exit 100
|
||||
// Migrated from 700_e2e row 35.
|
||||
package main;
|
||||
import os;
|
||||
fn main() i32 = {
|
||||
let s: []u8;
|
||||
s.ptr = nil; s.len = 0; s.cap = 0;
|
||||
|
||||
Reference in New Issue
Block a user