Skip to content

Commit

Permalink
undo privatisation of some vars that are accessed in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hrj committed Feb 15, 2017
1 parent 3838c27 commit f5fd0a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/src/main/scala/co/uproot/abandon/App.scala
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@ object CLIApp {
}


private val SUCCEEDED = 0
private val FAILED = 1
val SUCCEEDED = 0
val FAILED = 1

def mainStatus(args: Array[String]): Int = {
try {
Expand Down

0 comments on commit f5fd0a7

Please sign in to comment.