diff options
author | tabarbe <unknown> | 2010-08-04 21:50:35 +0000 |
---|---|---|
committer | tabarbe <unknown> | 2010-08-04 21:50:35 +0000 |
commit | 0af506daa0f7b6b431720aab9599a270dc01c229 (patch) | |
tree | 33ef1b2c4e931df32b65d957a2cdf843fe9f00c5 /DafnyDriver/DafnyDriver.cs | |
parent | 39592d519e0e51b36baa568bddcf0689c4ae4c27 (diff) |
Dafny: Removed trailing spaces in code
Diffstat (limited to 'DafnyDriver/DafnyDriver.cs')
-rw-r--r-- | DafnyDriver/DafnyDriver.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DafnyDriver/DafnyDriver.cs b/DafnyDriver/DafnyDriver.cs index c5218a7c..5f0416cc 100644 --- a/DafnyDriver/DafnyDriver.cs +++ b/DafnyDriver/DafnyDriver.cs @@ -708,7 +708,7 @@ void ObjectInvariant() if (b.tok == null) {
Console.WriteLine(" <intermediate block>");
} else {
- // for ErrorTrace == 1 restrict the output;
+ // for ErrorTrace == 1 restrict the output; // do not print tokens with -17:-4 as their location because they have been
// introduced in the translation and do not give any useful feedback to the user
if (!(CommandLineOptions.Clo.ErrorTrace == 1 && b.tok.line == -17 && b.tok.col == -4)) {
|