Browse Source

Fix compilation of testsuite program

git-svn-id: trunk@41959 -
pierre 6 years ago
parent
commit
b365fdd478
1 changed files with 4 additions and 1 deletions
  1. 4 1
      tests/utils/testsuite/utests.pp

+ 4 - 1
tests/utils/testsuite/utests.pp

@@ -211,7 +211,10 @@ type
     ver_3_0_3,
     ver_3_0_4,
     ver_3_0_5,
-    ver_3_1_1);
+    ver_3_1_1,
+    ver_3_2_0,
+    ver_3_2_1,
+    ver_3_3_1);
 
 const
   ver_trunk = high (known_versions);