GLSL: Implement correct semantic checking for run-time sized arrays.
diff --git a/gtests/AST.FromFile.cpp b/gtests/AST.FromFile.cpp
index 3209910..e2b2bf8 100644
--- a/gtests/AST.FromFile.cpp
+++ b/gtests/AST.FromFile.cpp
@@ -204,6 +204,7 @@
         "Operations.frag",
         "overlongLiteral.frag",
         "prepost.frag",
+        "runtimeArray.vert",
         "simpleFunctionCall.frag",
         "structAssignment.frag",
         "structDeref.frag",