Skip to content

Commit 6eac9b2

Browse files
authored
fix typo in test
was paying attention to erro didn't notice basic fail
1 parent 79234c8 commit 6eac9b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/stage2_fwd.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ module stage2_fwd
7878
ir2 = Core.Compiler.compact!(ir)
7979
Core.Compiler.verify_ir(ir2) # This would error if we were not handling nonconst globals correctly
8080
f = Core.OpaqueClosure(ir2; do_compile=false)
81-
@test f(3.2) == 28.0
81+
@test f(3.5) == 28.0
8282
end
8383
end

0 commit comments

Comments
 (0)