| Index: third_party/WebKit/LayoutTests/fast/canvas/webgl/shaders/implicit/not_equal_ivec2_vec2.vert
|
| diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/shaders/implicit/not_equal_ivec2_vec2.vert b/third_party/WebKit/LayoutTests/fast/canvas/webgl/shaders/implicit/not_equal_ivec2_vec2.vert
|
| deleted file mode 100644
|
| index fd8f32525960e79a21948fe190d511099e8d5317..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/shaders/implicit/not_equal_ivec2_vec2.vert
|
| +++ /dev/null
|
| @@ -1,5 +0,0 @@
|
| -// implicit cast of ivec2 to vec2 in not equal comparison should fail
|
| -void main()
|
| -{
|
| - bool b = vec2(1.0, 2.0) != ivec2(1, 2);
|
| -}
|
|
|