tests: Add missing backslash to restore skipped tests.

Tests after this missing backslash are not being executed since
e9829fdc6524e455f85893445ad8a2d703f02a2e.
This commit is contained in:
Francisco Casas 2022-10-14 10:09:21 -03:00 committed by Alexandre Julliard
parent eb7b594002
commit ab8f418207
Notes: Alexandre Julliard 2022-10-18 00:13:00 +02:00
Approved-by: Giovanni Mascellani (@giomasce)
Approved-by: Zebediah Figura (@zfigura)
Approved-by: Henri Verbeet (@hverbeet)
Approved-by: Alexandre Julliard (@julliard)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/31

View File

@ -117,7 +117,7 @@ vkd3d_shader_tests = \
tests/matrix-semantics.shader_test \
tests/multiple-rt.shader_test \
tests/nointerpolation.shader_test \
tests/object-references.shader_test
tests/object-references.shader_test \
tests/pow.shader_test \
tests/preproc-if.shader_test \
tests/preproc-ifdef.shader_test \