Skip to content

Commit b0b483c

Browse files
committed
Drop explicit fallthrough from test
1 parent c90fb38 commit b0b483c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/unit/switch.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ int fallthrough_one(int x) {
298298
switch (x) {
299299
case 1:
300300
r += 10;
301-
[[fallthrough]];
302301
case 2:
303302
r += 20;
304303
break;

0 commit comments

Comments
 (0)