Skip to content

Commit 55a5355

Browse files
committed
update rspirv: adjusted tests
1 parent 009b862 commit 55a5355

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
@@ -275,7 +275,7 @@ fn standard() {
275275
OpMemoryModel Logical OpenCL
276276
OpDecorate %1 LinkageAttributes "foo" Export
277277
%2 = OpTypeFloat 32
278-
%3 = OpConstant %2 42.0
278+
%3 = OpConstant %2 42
279279
%1 = OpVariable %2 Uniform %3"#;
280280

281281
without_header_eq(result, expect);

0 commit comments

Comments
 (0)