Skip to content

Commit 4e659f5

Browse files
committed
update rspirv: adjusted tests
1 parent 25da4ce commit 4e659f5

File tree

1 file changed

+1
-1
lines changed
  • crates/rustc_codegen_spirv/src/linker

1 file changed

+1
-1
lines changed

crates/rustc_codegen_spirv/src/linker/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ fn standard() {
287287
OpMemoryModel Logical OpenCL
288288
OpDecorate %1 LinkageAttributes "foo" Export
289289
%2 = OpTypeFloat 32
290-
%3 = OpConstant %2 42.0
290+
%3 = OpConstant %2 42
291291
%1 = OpVariable %2 Uniform %3"#;
292292

293293
without_header_eq(result, expect);

0 commit comments

Comments
 (0)