summaryrefslogtreecommitdiff
path: root/Source/Dafny/Cloner.cs
diff options
context:
space:
mode:
authorGravatar leino <unknown>2015-08-11 23:08:17 -0700
committerGravatar leino <unknown>2015-08-11 23:08:17 -0700
commit41d16e5a28b4eab7fb56f04c76759f8e24678b74 (patch)
tree265f2e16d890f531430e77db49dbc4f0f8165366 /Source/Dafny/Cloner.cs
parent4325b50ed7732bdd2b7b7455bd290f385d0f5383 (diff)
Bug fixes and improvements in pretty printing
Diffstat (limited to 'Source/Dafny/Cloner.cs')
-rw-r--r--Source/Dafny/Cloner.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Dafny/Cloner.cs b/Source/Dafny/Cloner.cs
index 5f5a9a6e..0a5ca245 100644
--- a/Source/Dafny/Cloner.cs
+++ b/Source/Dafny/Cloner.cs
@@ -720,7 +720,7 @@ namespace Microsoft.Dafny
{
Contract.Requires(tok != null);
Contract.Requires(s != null);
- resolver.ReportAdditionalInformation(tok, s + suffix, s.Length);
+ resolver.ReportAdditionalInformation(tok, s + suffix);
}
}