summaryrefslogtreecommitdiff
path: root/Test/wishlist/strings.dfy
blob: 372711b0156fcee92e84bb8aa40e6690e088bf1e (plain)
1
2
3
4
5
6
// RUN: %dafny /compile:0 /print:"%t.print" /dprint:"%t.dprint" "%s" > "%t"
// RUN: %diff "%s.expect" "%t"

method EqualityOfStrings() {
  assert "a" != "b"; // WISH
}