diff options
Diffstat (limited to 'tests/glsl')
| -rw-r--r-- | tests/glsl/global-uniform-with-varyings.slang | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/glsl/global-uniform-with-varyings.slang b/tests/glsl/global-uniform-with-varyings.slang index 678855dbf..174560840 100644 --- a/tests/glsl/global-uniform-with-varyings.slang +++ b/tests/glsl/global-uniform-with-varyings.slang @@ -3,9 +3,9 @@ // CHECK_SPIRV: OpEntryPoint // CHECK_SPIRV: OpVariable {{.*}} Input {{.*}} Location 0 -// CHECK_SPIRV: OpVariable {{.*}} Uniform -// CHECK_SPIRV: OpVariable {{.*}} Input {{.*}} Location 1 -// CHECK_SPIRV: OpVariable {{.*}} Output {{.*}} Location 0 +// CHECK_SPIRV-DAG: OpVariable {{.*}} Uniform +// CHECK_SPIRV-DAG: OpVariable {{.*}} Input {{.*}} Location 1 +// CHECK_SPIRV-DAG: OpVariable {{.*}} Output {{.*}} Location 0 // CHECK_GLSL: layout(location = 0) // CHECK_GLSL-NEXT: in |
