Index: third_party/webgl/conformance-suites/1.0.0/conformance/shaders/misc/non-ascii-comments.vert |
=================================================================== |
--- third_party/webgl/conformance-suites/1.0.0/conformance/shaders/misc/non-ascii-comments.vert (revision 121077) |
+++ third_party/webgl/conformance-suites/1.0.0/conformance/shaders/misc/non-ascii-comments.vert (working copy) |
@@ -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); |
-} |