Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

Commit 8accac9

Browse files
authored
latest cpg (#233)
* latest cpg * latest cpg * using manually released cpg (due to cyclic fuzzyc <-> cpg dependency)
1 parent abb30a6 commit 8accac9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ organization := "io.shiftleft"
33
scalaVersion := "2.13.1"
44
enablePlugins(GitVersioning)
55

6-
val cpgVersion = "0.12.30"
6+
val cpgVersion = "0.12.33+20-8f9e9d73"
77
val antlrVersion = "4.7.2"
88

99
libraryDependencies ++= Seq(

src/test/scala/io/shiftleft/fuzzyc2cpg/passes/AstCreationPassTests.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ class AstCreationPassTests extends WordSpec with Matchers {
382382
.argument(1)
383383
.isIdentifier
384384
.name("a")
385-
.argIndex(1)
385+
.argumentIndex(1)
386386
.size shouldBe 1
387387
}
388388

@@ -402,7 +402,7 @@ class AstCreationPassTests extends WordSpec with Matchers {
402402
.argument(1)
403403
.isIdentifier
404404
.name("a")
405-
.argIndex(1)
405+
.argumentIndex(1)
406406
.size shouldBe 1
407407
}
408408

@@ -421,7 +421,7 @@ class AstCreationPassTests extends WordSpec with Matchers {
421421
.argument(1)
422422
.isIdentifier
423423
.name("int")
424-
.argIndex(1)
424+
.argumentIndex(1)
425425
.size shouldBe 1
426426
}
427427
}

0 commit comments

Comments
 (0)