Skip to content

Commit

Permalink
restore all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
julbinb committed May 16, 2023
1 parent aa96723 commit 1db6219
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/types-analysis/pkg-process.jl
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit 1db6219

Please sign in to comment.