File tree Expand file tree Collapse file tree 3 files changed +1
-184
lines changed Expand file tree Collapse file tree 3 files changed +1
-184
lines changed Original file line number Diff line number Diff line change @@ -2,20 +2,7 @@ name = "TranscodingStreams"
2
2
uuid = " 3bb67fe8-82b1-5028-8e26-92a6c54297fa"
3
3
license = " MIT"
4
4
authors = [
" Kenta Sato <[email protected] >" ]
5
- version = " 0.11.1"
6
-
7
- [deps ]
8
- Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
9
- Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
10
-
11
- [weakdeps ]
12
- Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
13
- Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
14
-
15
- [extensions ]
16
- TestExt = [" Test" , " Random" ]
5
+ version = " 0.11.2"
17
6
18
7
[compat ]
19
- Random = " 1"
20
- Test = " 1"
21
8
julia = " 1.6"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -17,17 +17,4 @@ include("io.jl")
17
17
include (" noop.jl" )
18
18
include (" transcode.jl" )
19
19
20
- function test_roundtrip_read end
21
- function test_roundtrip_write end
22
- function test_roundtrip_transcode end
23
- function test_roundtrip_lines end
24
- function test_roundtrip_seekstart end
25
- function test_roundtrip_fileio end
26
- function test_chunked_read end
27
- function test_chunked_write end
28
-
29
- if ! isdefined (Base, :get_extension )
30
- include (" ../ext/TestExt.jl" )
31
- end
32
-
33
20
end # module
You can’t perform that action at this time.
0 commit comments