summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorGravatar leino <unknown>2015-04-07 18:21:21 -0700
committerGravatar leino <unknown>2015-04-07 18:21:21 -0700
commita2f8328ffbb106bbd8bd3a328fb0ecf33431331b (patch)
tree18795cc099a5943b8cc4b92675bbf4a6865f938f /Source
parent196888695fd805997b02c367d90ac3fbfef32370 (diff)
parent629a43dc9200dfe7b6fe92b2206f5759eeacc088 (diff)
Merge
Diffstat (limited to 'Source')
-rw-r--r--Source/Dafny/Printer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Dafny/Printer.cs b/Source/Dafny/Printer.cs
index 5fa232f1..56c9b281 100644
--- a/Source/Dafny/Printer.cs
+++ b/Source/Dafny/Printer.cs
@@ -134,7 +134,7 @@ namespace Microsoft.Dafny {
}
wr.WriteLine();
PrintCallGraph(prog.DefaultModuleDef, 0);
- PrintTopLevelDecls(prog.DefaultModuleDef.TopLevelDecls, 0, Path.GetFullPath(prog.Name));
+ PrintTopLevelDecls(prog.DefaultModuleDef.TopLevelDecls, 0, Path.GetFullPath(prog.FullName));
wr.Flush();
}