Skip to content

Commit

Permalink
debug_printf: Disable hlsl-out test
Browse files Browse the repository at this point in the history
DXC doesn't support printf when targeting dxil,
disable the test to allow CI to pass.
  • Loading branch information
exrook committed Oct 17, 2023
1 parent 0362894 commit ff56e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/snapshots.rs
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ fn convert_wgsl() {
),
(
"debug-printf",
Targets::WGSL | Targets::GLSL | Targets::SPIRV | Targets::HLSL,
Targets::WGSL | Targets::GLSL | Targets::SPIRV,
),
];

Expand Down

0 comments on commit ff56e54

Please sign in to comment.