Skip to content
Snippets Groups Projects
Commit d9e04cf6 authored by Etienne Kneuss's avatar Etienne Kneuss
Browse files

Remove test that was not really passing solver checks

parent a7b80a13
No related branches found
No related tags found
No related merge requests found
...@@ -9,10 +9,11 @@ object MyMap { ...@@ -9,10 +9,11 @@ object MyMap {
m(2) m(2)
} ensuring(_ == 3) } ensuring(_ == 3)
def map2(): Boolean = { // Empty maps are not well supported in CVC4, because of lack of quantifiers
val m1 = Map[Int, Int]() //def map2(): Boolean = {
val m2 = Map.empty[Int, Int] // val m1 = Map[Int, Int]()
m1 == m2 // val m2 = Map.empty[Int, Int]
}.holds // m1 == m2
//}.holds
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment