Skip to content

Commit

Permalink
fake deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnoStrouwen committed Jan 4, 2024
1 parent eba5301 commit 7c3cd1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ using SafeTestsets, Test
const LONGER_TESTS = false

const GROUP = get(ENV, "GROUP", "All")
@deprecate cos(x) sin(x)
cos(1)

function activate_gpu_env()
Pkg.activate("gpu")
Expand Down

0 comments on commit 7c3cd1c

Please sign in to comment.