Index: third_party/WebKit/LayoutTests/fast/canvas/webgl/shaders/misc/non-ascii-comments.vert |
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/shaders/misc/non-ascii-comments.vert b/third_party/WebKit/LayoutTests/fast/canvas/webgl/shaders/misc/non-ascii-comments.vert |
deleted file mode 100644 |
index 2f906a808769b0537901ca1fa6c163d2c18ffbc3..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/shaders/misc/non-ascii-comments.vert |
+++ /dev/null |
@@ -1,9 +0,0 @@ |
-// Non ascii comments in source should succeed |
-// ±êÍ`rbhhÅÍȢŷB |
-// s@h@m@`rbhh |
-/* |
- * s@h@m@`rbhh |
- */ |
-void main() { |
- gl_Position = vec4(1,1,1,1); |
-} |