Skip to content

Commit

Permalink
Run unicode test on Windows
Browse files Browse the repository at this point in the history
89c8cce and 122179f were
committed on the same day, so we could have been running these for a while now
  • Loading branch information
tkelman committed Apr 26, 2015
1 parent 98e87ab commit 7475f8d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/choosetests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function choosetests(choices = [])
"arrayops", "tuple", "subarray", "reduce", "reducedim", "random",
"intfuncs", "simdloop", "blas", "sparse",
"bitarray", "copy", "math", "fastmath", "functional",
"operators", "path", "ccall",
"operators", "path", "ccall", "unicode",
"bigint", "sorting", "statistics", "spawn", "backtrace",
"priorityqueue", "file", "version", "resolve",
"pollfd", "mpfr", "broadcast", "complex", "socket",
Expand All @@ -38,7 +38,6 @@ function choosetests(choices = [])
if isdir(joinpath(JULIA_HOME, Base.DOCDIR, "examples"))
push!(testnames, "examples")
end
@unix_only push!(testnames, "unicode")

# parallel tests depend on other workers - do them last
push!(testnames, "parallel")
Expand Down

0 comments on commit 7475f8d

Please sign in to comment.