aboutsummaryrefslogtreecommitdiff
path: root/Testing/Semantic/t1-2a.p
diff options
context:
space:
mode:
Diffstat (limited to 'Testing/Semantic/t1-2a.p')
-rw-r--r--Testing/Semantic/t1-2a.p2
1 files changed, 1 insertions, 1 deletions
diff --git a/Testing/Semantic/t1-2a.p b/Testing/Semantic/t1-2a.p
index 62f2d94..a81cad2 100644
--- a/Testing/Semantic/t1-2a.p
+++ b/Testing/Semantic/t1-2a.p
@@ -4,7 +4,7 @@ program main( input, output );
procedure boo(a: integer);
var b: real;
begin
- b := 1.23
+ b := 1.23
end;
begin
boo(b)