From 00f5c57b86e0cf0f4d635b53f7d26b97ccd36a42 Mon Sep 17 00:00:00 2001 From: Teodor Tanasoaia <28601907+teoxoy@users.noreply.github.com> Date: Tue, 11 Jun 2024 00:41:07 +0200 Subject: [PATCH] update IR snapshots (#5793) --- naga/tests/out/ir/atomic_i_increment.compact.ron | 2 +- naga/tests/out/ir/atomic_i_increment.ron | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/naga/tests/out/ir/atomic_i_increment.compact.ron b/naga/tests/out/ir/atomic_i_increment.compact.ron index de69d58ed..65bab8335 100644 --- a/naga/tests/out/ir/atomic_i_increment.compact.ron +++ b/naga/tests/out/ir/atomic_i_increment.compact.ron @@ -72,7 +72,7 @@ pointer: 2, fun: Add, value: 4, - result: 3, + result: Some(3), ), Return( value: None, diff --git a/naga/tests/out/ir/atomic_i_increment.ron b/naga/tests/out/ir/atomic_i_increment.ron index eadd1ebdb..f2071398f 100644 --- a/naga/tests/out/ir/atomic_i_increment.ron +++ b/naga/tests/out/ir/atomic_i_increment.ron @@ -106,7 +106,7 @@ pointer: 4, fun: Add, value: 6, - result: 5, + result: Some(5), ), Return( value: None,