Replace vera++ with clang-format (#4518)
JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik robert.fancsik@h-lab.eu
This commit is contained in:
@@ -15,9 +15,9 @@
|
||||
|
||||
#include "ecma-helpers.h"
|
||||
#include "ecma-init-finalize.h"
|
||||
|
||||
#include "lit-char-helpers.h"
|
||||
#include "lit-strings.h"
|
||||
|
||||
#include "test-common.h"
|
||||
|
||||
int
|
||||
@@ -158,10 +158,8 @@ main (void)
|
||||
ecma_string_t *expected_p = ecma_get_magic_string (LIT_MAGIC_STRING__EMPTY);
|
||||
for (size_t i = 0; i < count; i++)
|
||||
{
|
||||
expected_p = ecma_append_chars_to_string (expected_p,
|
||||
string_data,
|
||||
sizeof (string_data) - 1,
|
||||
sizeof (string_data) - 1);
|
||||
expected_p =
|
||||
ecma_append_chars_to_string (expected_p, string_data, sizeof (string_data) - 1, sizeof (string_data) - 1);
|
||||
}
|
||||
|
||||
TEST_ASSERT (ecma_compare_ecma_strings (result_p, expected_p));
|
||||
|
||||
Reference in New Issue
Block a user