Replace // double slash comments with /* */. (#1461)
JerryScript-DCO-1.0-Signed-off-by: Robert Sipka rsipka.uszeged@partner.samsung.com
This commit is contained in:
committed by
Tilmann Scheller
parent
4d2c22a118
commit
fb3e8cf8b8
@@ -25,10 +25,10 @@
|
||||
|
||||
#include "test-common.h"
|
||||
|
||||
// Iterations count
|
||||
/* Iterations count. */
|
||||
const uint32_t test_iters = 1024;
|
||||
|
||||
// Subiterations count
|
||||
/* Subiterations count. */
|
||||
#define TEST_MAX_SUB_ITERS 1024
|
||||
#define TEST_CHUNK_SIZE 8
|
||||
|
||||
|
||||
Reference in New Issue
Block a user