Skip to content

Commit

Permalink
remove suppressor
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamedwards committed Mar 6, 2024
1 parent 33441d5 commit ced8cca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ julia = "1"

[extras]
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test", "StableRNGs", "Suppressor"]
test = ["Test", "StableRNGs"]
1 change: 0 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using PorewaterDiffusion
using Test
using StableRNGs
using Suppressor: @suppress



Expand Down

0 comments on commit ced8cca

Please sign in to comment.