Skip to content

Commit

Permalink
Fix test failure on the latest julia
Browse files Browse the repository at this point in the history
should be compatible to v0.4
  • Loading branch information
r9y9 committed Feb 3, 2016
1 parent a321b32 commit 5ba878a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,9 @@ end
# deprecated

let
f0, timeaxis = dio(x, fs)
@test_throws Exception platinum(x, fs, timeaxis, f0)
x = rand(1)
spectrogram = rand(1,1)
f0 = rand(1)
timeaxis = rand(1)
@test_throws ErrorException WORLD.platinum(x, fs, timeaxis, f0, spectrogram)
end

0 comments on commit 5ba878a

Please sign in to comment.