Skip to content

Commit

Permalink
Fix @alias test on nightly (#1612)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens authored Feb 16, 2024
1 parent 3246a27 commit b4d4de5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/AliasMacro-test.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
using REPL # needed due to https://github.com/JuliaLang/julia/issues/53349

module Bla
using AbstractAlgebra
const sfsdf = 1
Expand Down
2 changes: 2 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[deps]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Aqua = "0.8.2"
REPL = "1.6"
Test = "1.6"

0 comments on commit b4d4de5

Please sign in to comment.