Skip to content

Commit

Permalink
EA: allow tests to run for out-of-tree build (#51752)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk committed Oct 18, 2023
1 parent 86cbb60 commit 0b31e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/compiler/EscapeAnalysis/EscapeAnalysis.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module test_EA

const use_core_compiler = false
const use_core_compiler = true

if use_core_compiler
const EscapeAnalysis = Core.Compiler.EscapeAnalysis
Expand Down

0 comments on commit 0b31e8b

Please sign in to comment.