Remove duplicated tests from the runtests script.
diff --git a/gtests/AST.FromFile.cpp b/gtests/AST.FromFile.cpp
index 38d6d0a..3e5ea37 100644
--- a/gtests/AST.FromFile.cpp
+++ b/gtests/AST.FromFile.cpp
@@ -185,7 +185,11 @@
         "voidFunction.frag",
         "whileLoop.frag",
         "nonVulkan.frag",
+        "negativeArraySize.comp",
         "spv.atomic.comp",
+        "precise.tesc",
+        "precise_struct_block.vert",
+        "maxClipDistances.vert",
     })),
     FileNameAsCustomTestSuffix
 );