Skip to content

Commit 0a950d6

Browse files
committed
Fix typo in test
1 parent 702842f commit 0a950d6

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
@@ -950,7 +950,7 @@ end
950950

951951
#this function used to crash allocopt due to a no predecessors bug
952952
barnopreds() = Base.inferencebarrier(true) ? (Base.PkgId(Test),1) : nothing
953-
function foonopred()
953+
function foonopreds()
954954
pkginfo = @noinline barnopreds()
955955
pkgid = pkginfo !== nothing ? pkginfo[1] : nothing
956956
pkgid.uuid !== nothing ? pkgid.uuid : false

0 commit comments

Comments
 (0)