Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
l-kent committed Sep 16, 2024
1 parent e99f925 commit 699a298
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/test/scala/ParamAnalysisTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import org.scalatest.funsuite.AnyFunSuite
import test_util.BASILTest
import util.{BASILResult, StaticAnalysisConfig}

class ParamAnalysisTests extends AnyFunSuite, BASILTest {
class ParamAnalysisTests extends BASILTest {
private val correctPath = "./src/test/correct/"

def runExample(name: String): BASILResult = {
Expand Down Expand Up @@ -66,8 +66,7 @@ class ParamAnalysisTests extends AnyFunSuite, BASILTest {
assert(analysisResults(procs("main")) == Set.empty)
assert(analysisResults(procs("plus_one")) == Set(R0))
}



test("initialisation") {
val result: BASILResult = runExample("initialisation")
val analysisResults = result.analysis.get.paramResults
Expand Down

0 comments on commit 699a298

Please sign in to comment.