From 693bb11b5f817b6a299f03acaf50fc3264c853d0 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Tue, 23 Mar 2010 11:57:24 -0700 Subject: Rename test GLSL sources from .txt to .glsl --- tests/void-01.glsl | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/void-01.glsl (limited to 'tests/void-01.glsl') diff --git a/tests/void-01.glsl b/tests/void-01.glsl new file mode 100644 index 0000000000..5719edc0b6 --- /dev/null +++ b/tests/void-01.glsl @@ -0,0 +1,2 @@ +/* FAIL - cannot declare a variable as having type `void' */ +void foo; -- cgit v1.2.3