From 1db6219684fa4a6a1b3774b3ccf7d5df79fd1c94 Mon Sep 17 00:00:00 2001 From: Julia Belyakova Date: Tue, 16 May 2023 12:09:29 -0400 Subject: [PATCH] restore all tests --- src/types-analysis/pkg-process.jl | 2 +- test/runtests.jl | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/types-analysis/pkg-process.jl b/src/types-analysis/pkg-process.jl index bc2221b..ef02e00 100644 --- a/src/types-analysis/pkg-process.jl +++ b/src/types-analysis/pkg-process.jl @@ -1,5 +1,5 @@ ####################################################################### -# Processing package source code for type annotations +# Processing package source code for type annotations and declarations ############################### # # TODO collection ana analysis of type annotations diff --git a/test/runtests.jl b/test/runtests.jl index 7b0fdc3..701c2f3 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -33,8 +33,8 @@ tryrm(path :: AbstractString) = JuliaSub.setVerbose(false) -#include("utils.jl") -#include("lb-analysis.jl") -#include("types-analysis.jl") +include("utils.jl") +include("lb-analysis.jl") +include("types-analysis.jl") include("typedecls-analysis.jl") -#include("pkg-process.jl") +include("pkg-process.jl")