summaryrefslogtreecommitdiff
path: root/Test/test2/BoundedTypeParameterQuantifier.bpl.expect
diff options
context:
space:
mode:
authorGravatar qunyanm <qunyanm@hotmail.com>2016-01-19 11:08:28 -0800
committerGravatar qunyanm <qunyanm@hotmail.com>2016-01-19 11:08:28 -0800
commit83f675b0b0124872cc343ba0f14984803ee6eb18 (patch)
tree69ee94ee4afdd85a937a465efb706929c3657de2 /Test/test2/BoundedTypeParameterQuantifier.bpl.expect
parentf75e5ba707885666ead81d7c5ec1653e7a09f3ff (diff)
Bug fix in determining whether a type parameter is bounded
When checking whether a type parameter could be determined from the bound variable types, we mistakenly compare equality between a TypeVarable and a VCExprVar, instead of between two VCExprVars.
Diffstat (limited to 'Test/test2/BoundedTypeParameterQuantifier.bpl.expect')
-rw-r--r--Test/test2/BoundedTypeParameterQuantifier.bpl.expect2
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/test2/BoundedTypeParameterQuantifier.bpl.expect b/Test/test2/BoundedTypeParameterQuantifier.bpl.expect
new file mode 100644
index 00000000..37fad75c
--- /dev/null
+++ b/Test/test2/BoundedTypeParameterQuantifier.bpl.expect
@@ -0,0 +1,2 @@
+
+Boogie program verifier finished with 1 verified, 0 errors