Skip to content

Commit

Permalink
Don't include test.jl in the sysimg yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKarpinski committed Mar 19, 2012
1 parent 2df8a3c commit c699883
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion jl/sysimg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ include("darray.jl")
include("version.jl")
include("util.jl")
include("datafmt.jl")
include("test.jl")

## Load optional external libraries

Expand Down
3 changes: 1 addition & 2 deletions test/test_test.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# test file to test testing

load("test.jl")

test_context("Testing test tests")
# setup goes here
Expand All @@ -8,7 +8,6 @@ test_group("string tests")
@test strip("\t hi \n") == "hi"
@test strip("\t this should fail \n") == "hi" #fail


test_group("numeric tests")
@test approx_eq(airy(1.8), 0.0470362)
@test approx_eq(airy(1, 1.8), 1 + -0.0685248) # fail, using helper function
Expand Down

0 comments on commit c699883

Please sign in to comment.