[CK] refactoring according to the review feedback

This commit is contained in:
Cong Ma
2026-01-23 19:36:50 -05:00
parent 512846ba2c
commit add410083f
3 changed files with 28 additions and 15 deletions

View File

@@ -6,7 +6,7 @@
using namespace ck;
// Test basic Sequence construction and properties
// Test basic Array construction and properties
TEST(Array, BasicConstruction)
{
using Arr = Array<index_t, 5>;