Index: third_party/webgl/conformance-suites/1.0.0/conformance/shaders/implicit/function_ivec4_vec4.vert |
=================================================================== |
--- third_party/webgl/conformance-suites/1.0.0/conformance/shaders/implicit/function_ivec4_vec4.vert (revision 121077) |
+++ third_party/webgl/conformance-suites/1.0.0/conformance/shaders/implicit/function_ivec4_vec4.vert (working copy) |
@@ -1,8 +0,0 @@ |
-// implicit cast of ivec4 to vec4 in function argument should fail |
-vec4 foo(vec4 f) { |
- return f; |
-} |
- |
-void main() { |
- vec4 f = foo(ivec4(1, 2, 3, 4)); |
-} |