changeset 422:f0d6906d8937 bugfix/tensor_application_multiplication

Revert unintentional change of runtests
author Jonatan Werpers <jonatan@werpers.com>
date Sun, 18 Oct 2020 22:12:30 +0200
parents 2808c41f5efa
children cffdac9c612d
files test/runtests.jl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/runtests.jl	Sun Oct 18 22:09:17 2020 +0200
+++ b/test/runtests.jl	Sun Oct 18 22:12:30 2020 +0200
@@ -1,6 +1,6 @@
 using Test
 using TestSetExtensions
 
-@testset "All" begin
+@testset ExtendedTestSet "All" begin
     @includetests ARGS
 end