Skip to content

Commit 41ae95c

Browse files
committed
missing break
1 parent 45bf588 commit 41ae95c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/clang/unittests/HLSLExec/LinAlgTests.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ static VariantCompType makeExpected(ComponentType CompType, int32_t M,
261261
}
262262
default:
263263
VERIFY_IS_TRUE(false, "Unable to fill unexpected ComponentType");
264+
break;
264265
}
265266
}
266267
}

0 commit comments

Comments
 (0)