소스 검색

Here. Have some merge conflicts for manifest!

master
peteraa 6 년 전
부모
커밋
b8225def46
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      src/test/scala/Manifest.scala

+ 2
- 2
src/test/scala/Manifest.scala 파일 보기

@@ -54,7 +54,7 @@ object Manifest {
class ProfileBranching extends FlatSpec with Matchers {
it should "profile some branches" in {
TestRunner.profileBranching(
Manifest.singleTestOptions.copy(testName = "branchProfiling.s")
Manifest.singleTestOptions.copy(testName = "branchProfiling.s", maxSteps = 50000)
) should be(true)
}
}
@@ -62,7 +62,7 @@ class ProfileBranching extends FlatSpec with Matchers {
class ProfileCache extends FlatSpec with Matchers {
it should "profile a cache" in {
TestRunner.profileCache(
Manifest.singleTestOptions.copy(testName = "convolution.s")
Manifest.singleTestOptions.copy(testName = "convolution.s", maxSteps = 50000)
) should be(true)
}
}


불러오는 중...
취소
저장