Reformat
This commit is contained in:
@@ -19,11 +19,11 @@ TestFuncResult test_str8_array(void) {
|
|||||||
u64 index = 0;
|
u64 index = 0;
|
||||||
b8 running = true;
|
b8 running = true;
|
||||||
while (running) {
|
while (running) {
|
||||||
item = wapp_array_get(Str8, &array, index);
|
item = wapp_array_get(Str8, &array, index);
|
||||||
result = result && item && (wapp_str8_equal(item, &expected[index]));
|
result = result && item && (wapp_str8_equal(item, &expected[index]));
|
||||||
|
|
||||||
++index;
|
++index;
|
||||||
running = index < count;
|
running = index < count;
|
||||||
}
|
}
|
||||||
|
|
||||||
return wapp_tester_result(result);
|
return wapp_tester_result(result);
|
||||||
|
|||||||
Reference in New Issue
Block a user