Browse Source

* properly named

florian 2 years ago
parent
commit
960c154f48
2 changed files with 1 additions and 1 deletions
  1. 0 0
      tests/webtbs/iw39912.inc
  2. 1 1
      tests/webtbs/tw39912.pp

+ 0 - 0
tests/webtbs/ib39912.inc → tests/webtbs/iw39912.inc


+ 1 - 1
tests/webtbs/tb39912.pp → tests/webtbs/tw39912.pp

@@ -4,7 +4,7 @@ var
 
 begin
 	i := 0;
-	{$include ib39912.inc} {$include ib39912.inc} {$include ib39912.inc}
+	{$include iw39912.inc} {$include iw39912.inc} {$include iw39912.inc}
 
 	{$define debugln := writeln}
 	debugln('i = ', i, ' (will be printed; must be 3).');