We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0544853 + eaf22c7 commit c37b675Copy full SHA for c37b675
test/runtests.jl
@@ -1,5 +1,9 @@
1
using Example
2
-using Base.Test
+if VERSION < v"0.7.0-DEV.2005"
3
+ using Base.Test
4
+else
5
+ using Test
6
+end
7
8
@test hello("Julia") == "Hello, Julia"
9
@test domath(2.0) ≈ 7.0
0 commit comments