Skip to content

Commit

Permalink
Enable boundscheck tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
blakejohnson committed Jan 14, 2016
1 parent d50f28f commit 43357df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/choosetests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ function choosetests(choices = [])
"nullable", "meta", "profile", "libgit2", "docs", "markdown",
"base64", "serialize", "functors", "misc", "threads",
"enums", "cmdlineargs", "i18n", "workspace", "libdl", "int",
"checked", "intset", "floatfuncs", "compile", "parallel", "inline"
"checked", "intset", "floatfuncs", "compile", "parallel", "inline",
"boundscheck"
]

if Base.USE_GPL_LIBS
Expand Down

0 comments on commit 43357df

Please sign in to comment.