Skip to content

Commit 7fb05b1

Browse files
committed
Use TestExtras macro
1 parent 358e16a commit 7fb05b1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/testsuite/TestSuite.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@ isleftnull(N, A; atol::Real = 0, rtol::Real = precision(eltype(A))) =
5858
isrightnull(Nᴴ, A; atol::Real = 0, rtol::Real = precision(eltype(A))) =
5959
isapprox(norm(A * Nᴴ'), 0; atol = max(atol, norm(A) * rtol))
6060

61-
# TODO: actually make this a test
62-
macro testinferred(ex)
63-
return esc(:(@inferred $ex))
64-
end
65-
6661
include("qr.jl")
6762
include("lq.jl")
6863

0 commit comments

Comments
 (0)