Skip to content

Commit 3377564

Browse files
committed
Update test.c
1 parent 2a197be commit 3377564

File tree

1 file changed

+3
-0
lines changed
  • runtime/libcn/src/cn-testing

1 file changed

+3
-0
lines changed

runtime/libcn/src/cn-testing/test.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,9 @@ size_t cn_gen_compute_size(enum cn_gen_sizing_strategy strategy,
178178
}
179179

180180
return max_size + 1;
181+
182+
default:
183+
assert(false);
181184
}
182185
}
183186

0 commit comments

Comments
 (0)