Browse Source

* Fixed unclosed comment causing the test to fail for a completely unrelated reason.

git-svn-id: trunk@21725 -
sergei 13 years ago
parent
commit
335d9346dd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/tbs/tb0528.pp

+ 1 - 1
tests/tbs/tb0528.pp

@@ -2,7 +2,7 @@
 {%skiptarget=darwin,aix}
 
 { darwin limits statically declared data structures to 32 bit for efficiency reasons }
-{ the aix assembler cannot deal with the way we declare these arrays in assembler code )
+{ the aix assembler cannot deal with the way we declare these arrays in assembler code }
 
 program tb0528;