We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3402f02 commit b10143cCopy full SHA for b10143c
crates/rustc_codegen_spirv/src/linker/test.rs
@@ -287,7 +287,7 @@ fn standard() {
287
OpMemoryModel Logical OpenCL
288
OpDecorate %1 LinkageAttributes "foo" Export
289
%2 = OpTypeFloat 32
290
- %3 = OpConstant %2 42.0
+ %3 = OpConstant %2 42
291
%1 = OpVariable %2 Uniform %3"#;
292
293
without_header_eq(result, expect);
0 commit comments