Преглед изворни кода

The assumptions of test tthlp22 have changed.

tests/test/tthlp22.pp:
  * this test fails no longer as Mode Delphi by default also contains modeswitch TypeHelpers
  * adjust program name for consistency

git-svn-id: trunk@29274 -
svenbarth пре 10 година
родитељ
комит
27f398851b
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      tests/test/tthlp22.pp

+ 2 - 2
tests/test/tthlp22.pp

@@ -1,8 +1,8 @@
-{ %FAIL }
+{ %NORUN }
 
 { type helpers are not parsed if modeswitch typehelpers is not set (mode Delphi) }
 
-program tthlp20;
+program tthlp22;
 
 {$mode delphi}