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

Commit

Permalink
latest cpg (#233)
Browse files Browse the repository at this point in the history
* latest cpg

* latest cpg

* using manually released cpg (due to cyclic fuzzyc <-> cpg dependency)
  • Loading branch information
mpollmeier authored Sep 23, 2020
1 parent abb30a6 commit 8accac9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ organization := "io.shiftleft"
scalaVersion := "2.13.1"
enablePlugins(GitVersioning)

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

libraryDependencies ++= Seq(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ class AstCreationPassTests extends WordSpec with Matchers {
.argument(1)
.isIdentifier
.name("a")
.argIndex(1)
.argumentIndex(1)
.size shouldBe 1
}

Expand All @@ -402,7 +402,7 @@ class AstCreationPassTests extends WordSpec with Matchers {
.argument(1)
.isIdentifier
.name("a")
.argIndex(1)
.argumentIndex(1)
.size shouldBe 1
}

Expand All @@ -421,7 +421,7 @@ class AstCreationPassTests extends WordSpec with Matchers {
.argument(1)
.isIdentifier
.name("int")
.argIndex(1)
.argumentIndex(1)
.size shouldBe 1
}
}
Expand Down

0 comments on commit 8accac9

Please sign in to comment.