[Piglit] [PATCH piglit] glsl-4.50: remove duplicate semicolon test

Eric Engestrom eric.engestrom at intel.com
Fri Jun 15 10:07:10 UTC 2018


Fixes: 3aa8c1cfe1a9ddae40c6 "glsl-4.60: backdate semicolon test to run from glsl 1.10"
Cc: Dave Airlie <airlied at redhat.com>
Signed-off-by: Eric Engestrom <eric.engestrom at intel.com>
---
 .../compiler/extra-semilons-at-global-scope.frag     | 12 ------------
 1 file changed, 12 deletions(-)
 delete mode 100644 tests/spec/glsl-4.50/compiler/extra-semilons-at-global-scope.frag

diff --git a/tests/spec/glsl-4.50/compiler/extra-semilons-at-global-scope.frag b/tests/spec/glsl-4.50/compiler/extra-semilons-at-global-scope.frag
deleted file mode 100644
index 29b0e1cb5db18ea2d972..00000000000000000000
--- a/tests/spec/glsl-4.50/compiler/extra-semilons-at-global-scope.frag
+++ /dev/null
@@ -1,12 +0,0 @@
-// [config]
-// expect_result: fail
-// glsl_version: 4.50
-// [end config]
-
-#version 450
-
-uniform int i;;
-
-void main()
-{
-}
-- 
Cheers,
  Eric



More information about the Piglit mailing list