diff options
| author | Jay Kwak <82421531+jkwak-work@users.noreply.github.com> | 2025-05-15 05:07:09 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-15 05:07:09 +0000 |
| commit | dd275dd952afc1b0d1a156d786c28620a48863e1 (patch) | |
| tree | 41750ded01983c951ae6376c24eaf6e496f27258 /tests/spirv | |
| parent | 7fa8c35383ed4437cb9acb1670ca6db749173d86 (diff) | |
Re-enable spirv-validation, because the issue is no longer repro (#7082)
Diffstat (limited to 'tests/spirv')
| -rw-r--r-- | tests/spirv/mesh-primitive.slang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/spirv/mesh-primitive.slang b/tests/spirv/mesh-primitive.slang index ec0fd4d8b..2cc9d9824 100644 --- a/tests/spirv/mesh-primitive.slang +++ b/tests/spirv/mesh-primitive.slang @@ -1,4 +1,4 @@ -//TEST:SIMPLE(filecheck=CHECK): -target spirv -emit-spirv-directly -skip-spirv-validation +//TEST:SIMPLE(filecheck=CHECK): -target spirv -emit-spirv-directly // CHECK: OpDecorate %primitives_color Location 0 // CHECK: OpDecorate %primitives_color PerPrimitive |
