Browse Source

* fixed command line parameter (-Nu -> -Ooloopunroll)

git-svn-id: trunk@13432 -
Jonas Maebe 16 years ago
parent
commit
9cbc9e1f5f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/test/tunroll1.pp

+ 1 - 1
tests/test/tunroll1.pp

@@ -1,4 +1,4 @@
-{ %OPT=-Nu }
+{ %OPT=-Ooloopunroll }
 var
   i : integer;
   s : single;