Skip to content

Commit

Permalink
Test fix: Include uniqueness postconditions in new test of #218 (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrigoriiSolnyshkin authored and Eric-Song-Nop committed Jul 30, 2024
1 parent 872e622 commit d414900
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@ method class_CustomClass$constructor$fun_take$$return$T_class_global$class_Custo
returns (ret: Ref)
ensures dom$RuntimeType$isSubtype(dom$RuntimeType$typeOf(ret), dom$RuntimeType$T_class_global$class_CustomClass())
ensures acc(T_class_global$class_CustomClass(ret), wildcard)
ensures acc(Unique$T_class_global$class_CustomClass(ret), write)


method global$fun_testCustomClass$fun_take$$return$T_Boolean()
Expand Down

0 comments on commit d414900

Please sign in to comment.