Browse Source

Update Manifest.scala

Accidentally had babby mode set to true. sorry
master
Peter Aaser GitHub 6 years ago
parent
commit
cb1a810317
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/test/scala/Manifest.scala

+ 1
- 1
src/test/scala/Manifest.scala View File

@@ -20,7 +20,7 @@ object Manifest {

val singleTest = "forward2.s"

val nopPadded = true
val nopPadded = false

val singleTestOptions = TestOptions(
printIfSuccessful = true,


Loading…
Cancel
Save