Skip to content

Commit 9323ec1

Browse files
committed
add __precompile__
1 parent 07ef5f4 commit 9323ec1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/TranscodingStreams.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
__precompile__()
2+
13
module TranscodingStreams
24

35
export TranscodingStream

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ using Base.Test
8787
end
8888

8989
installed = keys(Pkg.installed())
90-
for pkg in ["CodecZlib", "CodecZstd", "CodecBzip2", "CodecFoobar"]
90+
for pkg in ["CodecZlib", "CodecZstd", "CodecBzip2"]
9191
if pkg installed
9292
Pkg.test(pkg)
9393
else

0 commit comments

Comments
 (0)