const rayFlag defs used in the test cases in stead of numerical values
diff --git a/Test/rayQuery-committed.Error.rgen b/Test/rayQuery-committed.Error.rgen
index 7d444dd..08a32b2 100644
--- a/Test/rayQuery-committed.Error.rgen
+++ b/Test/rayQuery-committed.Error.rgen
@@ -39,7 +39,7 @@
     bool committed_true = true;
     bool committed_false = false;
 
-    rayQueryInitializeEXT(rayQuery, rtas, 1, 2, ray.pos, ray.tmin, ray.dir, ray.tmax);
+    rayQueryInitializeEXT(rayQuery, rtas, gl_RayFlagsOpaqueEXT, gl_RayFlagsCullBackFacingTrianglesEXT, ray.pos, ray.tmin, ray.dir, ray.tmax);
     while (rayQueryProceedEXT(rayQuery))
     {
         mat4x3 mat_o2w;