blob: 276706153d0ca3307e2467b1d5d66ec7f3368d9c [file] [log] [blame]
! cue vet
cmp stderr expect-stderr
-- expect-stderr --
imported and not used: "strings":
./x.cue:2:8
-- x.cue --
package x
import "strings"
foo: "hello"
-- y.cue --
package x
bar: foo