aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/indent/pascal.pas2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/indent/pascal.pas b/test/indent/pascal.pas
index 4dc8f795dfc..0dda0c47fef 100644
--- a/test/indent/pascal.pas
+++ b/test/indent/pascal.pas
@@ -25,6 +25,8 @@ by the GNU General Public License. }
25 25
26{$gnu-pascal,I+} 26{$gnu-pascal,I+}
27 27
28// Free-pascal style comment.
29
28program CRTDemo; 30program CRTDemo;
29 31
30uses GPC, CRT; 32uses GPC, CRT;