Browse Source

* fix unit name

git-svn-id: trunk@37021 -
svenbarth 8 years ago
parent
commit
7d47c24be2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/webtbs/tw30552.pp

+ 1 - 1
tests/webtbs/tw30552.pp

@@ -2,7 +2,7 @@
 { %OPT=-Cg }
 { This test uncovered code generation bug on MIPS when addressing a large global record
   in position-independent way, but of course it cannot hurt to test other CPUs. }
-unit Test;
+unit tw30552;
 
 interface