Skip to content

Commit a8a5ee6

Browse files
committed
[Temp] test
1 parent 72198fa commit a8a5ee6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/KernelAbstractions.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -714,6 +714,10 @@ include("nditeration.jl")
714714
using .NDIteration
715715
import .NDIteration: get
716716

717+
function fake_new_function_to_test_format_and_coverage(badformat =85)
718+
println(badformat)
719+
end
720+
717721
###
718722
# Kernel closure struct
719723
###

0 commit comments

Comments
 (0)