Explorar el Código

Update Manifest.scala

Accidentally had babby mode set to true. sorry
master
Peter Aaser GitHub hace 6 años
padre
commit
cb1a810317
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/test/scala/Manifest.scala

+ 1
- 1
src/test/scala/Manifest.scala Ver fichero

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


val singleTest = "forward2.s" val singleTest = "forward2.s"


val nopPadded = true
val nopPadded = false


val singleTestOptions = TestOptions( val singleTestOptions = TestOptions(
printIfSuccessful = true, printIfSuccessful = true,


Cargando…
Cancelar
Guardar