diff options
| author | Yong He <yonghe@outlook.com> | 2023-08-14 17:58:29 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-14 17:58:29 -0700 |
| commit | b05b126e0975f84e3505b2271e06d567e1c13692 (patch) | |
| tree | 267f590562bbb839fc03fe2d96bc71461c296c3c /tests/bugs | |
| parent | 661d6198bbb9857d3fdc6df477e0742ed0b0765c (diff) | |
Update target-deps.json (#3103)
* Update target-deps.json
Update glslang binaries.
* Fix.
---------
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'tests/bugs')
| -rw-r--r-- | tests/bugs/spirv-debug-info.slang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/spirv-debug-info.slang b/tests/bugs/spirv-debug-info.slang index b04a9ee24..961f0807e 100644 --- a/tests/bugs/spirv-debug-info.slang +++ b/tests/bugs/spirv-debug-info.slang @@ -1,4 +1,4 @@ -//TEST:SIMPLE:-target spirv -entry MainPs -stage fragment -profile glsl_450 -g3 -line-directive-mode none +//TEST:SIMPLE(filecheck=CHECK):-target spirv -entry MainPs -stage fragment -profile glsl_450 -g3 -line-directive-mode none // make sure that the generated spirv has glsl source in it. //CHECK: #version 450 |
