Skip to content

Commit 2aae1c4

Browse files
committed
titles
1 parent 9fe3366 commit 2aae1c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/rulesets/Base/arraymath.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@testset "arraymath" begin
1+
@testset "arraymath.jl" begin
22
@testset "inv(::Matrix{$T})" for T in (Float64, ComplexF64)
33
B = generate_well_conditioned_matrix(T, 3)
44
test_frule(inv, B)

test/rulesets/Base/base.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@testset "base" begin
1+
@testset "base.jl" begin
22
@testset "copysign" begin
33
# don't go too close to zero as the numerics may jump over it yielding wrong results
44
@testset "at $y" for y in (-1.1, 0.1, 100.0)

0 commit comments

Comments
 (0)