Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Saloed committed Feb 9, 2023
1 parent 29bc308 commit 20dbd32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ksmt-core/src/test/kotlin/org/ksmt/BvSimplifyTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,6 @@ class BvSimplifyTest: ExpressionSimplifyTest() {
)

companion object {
val BV_SIZE = 77u
const val BV_SIZE = 77u
}
}

0 comments on commit 20dbd32

Please sign in to comment.