mirror of https://github.com/sbt/sbt.git
test fixes
This commit is contained in:
parent
375f09cd26
commit
767beb7993
|
|
@ -110,7 +110,7 @@ object ParserExample
|
|||
val ann = aqn ~ an
|
||||
|
||||
def r = apply(ann)("a"*(n*2)).resultEmpty
|
||||
println(r.isDefined)
|
||||
println(r.isValid)
|
||||
}
|
||||
def run2(n: Int)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue