Browse Source

* fixed typo

git-svn-id: trunk@8403 -
Jonas Maebe 18 years ago
parent
commit
7a94d05e23
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/test/cg/tcalext.pp

+ 1 - 1
tests/test/cg/tcalext.pp

@@ -502,7 +502,7 @@ begin
   clear_values;
   clear_globals;
 
-{$ifdef test_longdouble}}
+{$ifdef test_longdouble}
   value_u8bit := RESULT_U8BIT;
   value_long_double := RESULT_LONGDOUBLE;
   test_param_mixed_long_double(value_long_double, value_u8bit);