Skip to content

Commit 78fbef1

Browse files
committed
Fix typo in test
1 parent f958858 commit 78fbef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/compiler/codegen.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ BigStructAnyInt() = BigStructAnyInt((Union{Base.inferencebarrier(Float64), Int}=
941941

942942
#this function used to crash allocopt due to a no predecessors bug
943943
barnopreds() = Base.inferencebarrier(true) ? (Base.PkgId(Test),1) : nothing
944-
function foonopred()
944+
function foonopreds()
945945
pkginfo = @noinline barnopreds()
946946
pkgid = pkginfo !== nothing ? pkginfo[1] : nothing
947947
pkgid.uuid !== nothing ? pkgid.uuid : false

0 commit comments

Comments
 (0)