@@ -496,9 +496,7 @@ macro testset(mod::Module, isfinal::Bool, pat::Pattern, id::Int64, desc::Union{S
496
496
options, marks, stats, chan, loops, body, __source__)
497
497
end
498
498
499
- """
500
- Generate the code for a `@testset` with a `begin`/`end` argument
501
- """
499
+ # Generate the code for a `@testset` with a `begin`/`end` argument
502
500
function testset_beginend (mod:: Module , isfinal:: Bool , pat:: Pattern , id:: Int64 , desc, options,
503
501
marks:: Marks , stats:: Bool , chan, tests, source)
504
502
# Generate a block of code that initializes a new testset, adds
@@ -555,9 +553,7 @@ function testset_beginend(mod::Module, isfinal::Bool, pat::Pattern, id::Int64, d
555
553
return ex
556
554
end
557
555
558
- """
559
- Generate the code for a `@testset` with a `for` loop argument
560
- """
556
+ # Generate the code for a `@testset` with a `for` loop argument
561
557
function testset_forloop (mod:: Module , isfinal:: Bool , pat:: Pattern , id:: Int64 ,
562
558
desc:: Union{String,Expr} , options, marks:: Marks , stats, chan,
563
559
loops, tests, source)
0 commit comments