diff options
author | Eric Anholt <eric@anholt.net> | 2010-04-02 01:59:50 -1000 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2010-04-02 11:22:41 -0700 |
commit | 106d122318b94188b0e00115cd5242e0e679f807 (patch) | |
tree | bd07acedbac75f1cea4097c65c397ed8849125ca /tests/swiz-01.glsl | |
parent | 3f151509327629ce7d7cbfec42cae987ebf6639f (diff) |
Add PASS / FAIL annotations to tests missing them.
This tricked my import of the tests into piglit.
Diffstat (limited to 'tests/swiz-01.glsl')
-rw-r--r-- | tests/swiz-01.glsl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/swiz-01.glsl b/tests/swiz-01.glsl index a72af37c67..3268fa178c 100644 --- a/tests/swiz-01.glsl +++ b/tests/swiz-01.glsl @@ -1,3 +1,4 @@ +/* PASS */ #version 120 void main() |