Browse Source

* fixed test targets directive (should be '%target', instead of '%platform')

git-svn-id: trunk@26401 -
nickysn 11 years ago
parent
commit
c09bfe9896
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/webtbs/tw25169.pp

+ 1 - 1
tests/webtbs/tw25169.pp

@@ -1,4 +1,4 @@
-{ %platform=darwin,linux,freebsd,openbsd,netbsd,solaris }
+{ %target=darwin,linux,freebsd,openbsd,netbsd,solaris }
 
 
 uses
 uses
   unixcp;
   unixcp;