diff options
Diffstat (limited to 'src/gallium/tests/graw/geometry-shader/mov.txt')
-rw-r--r-- | src/gallium/tests/graw/geometry-shader/mov.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/tests/graw/geometry-shader/mov.txt b/src/gallium/tests/graw/geometry-shader/mov.txt index c37051de8a7..97150a5da45 100644 --- a/src/gallium/tests/graw/geometry-shader/mov.txt +++ b/src/gallium/tests/graw/geometry-shader/mov.txt @@ -11,7 +11,7 @@ MOV OUT[1], IN[0][1] EMIT MOV OUT[0], IN[1][0] -MOV OUT[1], IN[0][1] +MOV OUT[1], IN[1][1] EMIT MOV OUT[0], IN[2][0] |