summaryrefslogtreecommitdiffstats
path: root/src/glsl/glcpp/tests/096-paste-twice.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/glsl/glcpp/tests/096-paste-twice.c')
-rw-r--r--src/glsl/glcpp/tests/096-paste-twice.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/glsl/glcpp/tests/096-paste-twice.c b/src/glsl/glcpp/tests/096-paste-twice.c
deleted file mode 100644
index 8da756fcba4..00000000000
--- a/src/glsl/glcpp/tests/096-paste-twice.c
+++ /dev/null
@@ -1,3 +0,0 @@
-#define paste_twice(a,b,c) a ## b ## c
-paste_twice(just, one, token)
-