Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
sindre
/
RISC-FiveStage
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Merge branch 'master' of
https://github.com/PeterAaser/TDT4255_EX2
master
peteraa
6 anni fa
parent
7394e7a464
ba7dfd8d2f
commit
ddec1ad315
1 ha cambiato i file
con
2 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
src/test/scala/Manifest.scala
+ 2
- 1
src/test/scala/Manifest.scala
Vedi File
@@ -31,7 +31,8 @@ object Manifest {
printMergedTrace = true,
nopPadded = nopPadded,
breakPoints = Nil, // not implemented
testName = singleTest)
testName = singleTest,
maxSteps = 15000)
val allTestOptions: String => TestOptions = name => TestOptions(
Write
Preview
Loading…
Annulla
Salva