Skip to content

Commit cfb28f3

Browse files
committed
Remove bad test.
1 parent 9546150 commit cfb28f3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/core.jl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -444,13 +444,6 @@ LLVM.Module("SomeModule", ctx) do mod
444444
unsafe_delete!(mod, gv)
445445
@test isempty(gvars)
446446
end
447-
448-
# bug: PointerNull wasn't a constant, and couldn't be used as an initializer
449-
let ptrtyp = LLVM.PointerType(LLVM.VoidType(ctx))
450-
gv = GlobalVariable(mod, ptrtyp, "SomeOtherGlobal")
451-
init = PointerNull(ptrtyp)
452-
initializer!(gv, init)
453-
end
454447
end
455448
end
456449

0 commit comments

Comments
 (0)