Skip to content

Commit 1f78263

Browse files
committed
fix(cpp): restore float back declaration lost in edit
1 parent 8f2bd00 commit 1f78263

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/tests/test_gf16.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ bool test_conversions() {
6363
}
6464

6565
Gf16 gf = Gf16::from_f32(input_val);
66-
back = gf.to_f32();
66+
float back = gf.to_f32();
6767

6868
bool result = false;
6969
bool expected = true;

0 commit comments

Comments
 (0)