compiler: Added prefixed and suffixed `String` support
[nit.git] / src / frontend / glsl_validation.nit
index 6d67d2c..2d61ce0 100644 (file)
@@ -77,7 +77,6 @@ private class GLSLValidationPhase
 
                # Get the shader source
                var shader = nstring.value
-               assert shader != null
 
                # Copy the shader to a file
                # TODO make it more portable