diff options
author | Son Ho | 2022-03-04 13:15:16 +0100 |
---|---|---|
committer | Son Ho | 2022-03-04 13:15:16 +0100 |
commit | 3ecca99a25369fecf990d922e6ccbaa31f71190a (patch) | |
tree | 1c87f1c678a06456662e22a375e6144abfe6a99d /tests | |
parent | 69042fd599c2a965b9bc9d3eadc0acff314367a6 (diff) |
Make minor modifications to the variable names generation
Diffstat (limited to 'tests')
-rw-r--r-- | tests/misc/External.Funs.fst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/External.Funs.fst b/tests/misc/External.Funs.fst index 8030b838..927dad9c 100644 --- a/tests/misc/External.Funs.fst +++ b/tests/misc/External.Funs.fst @@ -36,7 +36,7 @@ let test_new_non_zero_u32_fwd core_option_option_unwrap_fwd core_num_nonzero_non_zero_u32_t opt st0 with | Fail -> Fail - | Return (st1, cnnnzu) -> Return (st1, cnnnzu) + | Return (st1, nzu) -> Return (st1, nzu) end end |