Skip to content

Commit

Permalink
disable rodfile tests depending on gtk
Browse files Browse the repository at this point in the history
  • Loading branch information
Araq committed Aug 27, 2016
1 parent 686ab6a commit 7aa6494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testament/categories.nim
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ proc `&?.`(a, b: string): string =
proc processCategory(r: var TResults, cat: Category, options: string, fileGlob: string = "t*.nim") =
case cat.string.normalize
of "rodfiles":
compileRodFiles(r, cat, options)
when false: compileRodFiles(r, cat, options)
runRodFiles(r, cat, options)
of "js":
# XXX JS doesn't need to be special anymore
Expand Down

0 comments on commit 7aa6494

Please sign in to comment.