summaryrefslogtreecommitdiff
path: root/src/compiler.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler.sml')
-rw-r--r--src/compiler.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler.sml b/src/compiler.sml
index 2463528b..967fcf3d 100644
--- a/src/compiler.sml
+++ b/src/compiler.sml
@@ -58,7 +58,7 @@ fun testParse filename =
if ErrorMsg.anyErrors () then
print "Recoverable parse error\n"
else
- (Print.print (LaconicPrint.p_file file);
+ (Print.print (SourcePrint.p_file file);
print "\n")
end