Skip to content

Commit

Permalink
Woops
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielVandH committed Sep 15, 2024
1 parent 624848c commit 8a1072e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using AdaptivePredicates
using Test
using Supposition
using BenchmarkTools
import ExactPredicates: ExactPredicates
using Aqua

Expand Down Expand Up @@ -300,4 +299,4 @@ end
end
Base.remove_linenums!(expr)
@test sprint(show, expr) == ":(function test_macro(_val)\n args = (2.0, -2.0, 3.0)\n begin\n (val, len) = test_call(_val)\n len < 32 || return test_return(args...)\n end\n return (val, _val, len)\n end)"
end
end

0 comments on commit 8a1072e

Please sign in to comment.