File tree Expand file tree Collapse file tree 4 files changed +9
-26
lines changed Expand file tree Collapse file tree 4 files changed +9
-26
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- using FileIO, Compat
2
- if VERSION >= v " 0.5.0-dev+7720"
3
- using Base. Test
4
- else
5
- using BaseTestNext
6
- const Test = BaseTestNext
7
- end
1
+ using FileIO
2
+ using Base. Test
3
+ using Compat
8
4
9
5
# Stub readers---these might bork any existing readers, so don't
10
6
# run these tests while doing other things!
198
194
199
195
@testset " Absent file" begin
200
196
@test_throws SystemError load (" nonexistent.oops" )
201
- end
197
+ end
Original file line number Diff line number Diff line change 1
1
using FileIO
2
- if VERSION >= v " 0.5.0-dev+7720"
3
- using Base. Test
4
- else
5
- using BaseTestNext
6
- const Test = BaseTestNext
7
- end
2
+ using Base. Test
8
3
using Compat
9
4
import Compat. String
10
5
Original file line number Diff line number Diff line change 1
1
using FileIO
2
- if VERSION >= v " 0.5.0-dev+7720"
3
- using Base. Test
4
- else
5
- using BaseTestNext
6
- const Test = BaseTestNext
7
- end
2
+ using Base. Test
8
3
9
4
@testset " FileIO" begin
10
- include (" query.jl" )
11
- include (" loadsave.jl" )
12
- include (" error_handling.jl" )
5
+ include (" query.jl" )
6
+ include (" loadsave.jl" )
7
+ include (" error_handling.jl" )
13
8
end
14
-
15
- # make Travis fail when tests fail:
You can’t perform that action at this time.
0 commit comments