diff options
Diffstat (limited to 'src/glsl/glcpp/tests/058-token-pasting-empty-arguments.c')
-rw-r--r-- | src/glsl/glcpp/tests/058-token-pasting-empty-arguments.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/glsl/glcpp/tests/058-token-pasting-empty-arguments.c b/src/glsl/glcpp/tests/058-token-pasting-empty-arguments.c deleted file mode 100644 index 8ac260c76b6..00000000000 --- a/src/glsl/glcpp/tests/058-token-pasting-empty-arguments.c +++ /dev/null @@ -1,5 +0,0 @@ -#define paste(x,y) x ## y -paste(a,b) -paste(a,) -paste(,b) -paste(,) |