From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from [87.239.111.99] (localhost [127.0.0.1]) by dev.tarantool.org (Postfix) with ESMTP id 179AD559A0B; Wed, 2 Aug 2023 11:57:55 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 179AD559A0B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tarantool.org; s=dev; t=1690966675; bh=lhOGkVz4ZGJDxd9ifC/rRpqO5oyT8azTHhsOqscD+do=; h=To:Date:In-Reply-To:References:Subject:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=JXyFYbWdnFHIUABE9eSTUfsUjgBC7uVEwuSsTv+LM75ZDnrqMaS747fzCDMY2hTh9 45mNKQ1n/KX/EAOManUiGqgc3Lrens9eXoF3nsPjVQThuirkdmxbpIpq1wJ57Dg/L7 9aNvwztjrHi/1WUwHAtzbOT+wZ4+u+hbW8ETt2H8= Received: from mail-ej1-f43.google.com (mail-ej1-f43.google.com [209.85.218.43]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 9C41C559A0B for ; Wed, 2 Aug 2023 11:55:56 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 9C41C559A0B Received: by mail-ej1-f43.google.com with SMTP id a640c23a62f3a-99bcf2de59cso1013255766b.0 for ; Wed, 02 Aug 2023 01:55:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1690966555; x=1691571355; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=KbvS5fCzdWwefgTLVhkHmp88s1KEiAU6a7bjDP2EkSE=; b=G1Gm2pG6+vXeupdeQJv+y0MfrsGdfvUcozPArTFOS7EYuY8ZIahX/q7gGSqkp45bqu T4bTES7LMzAUJsW1h/Oo56LPIwanhFlpFeeYdFvQmfkPrTogxOv4gf7UVGr89GXbbYXL qQ6EfBvDv3yUNbdmGWrW4RMEf2iDFbtuFNwCLSWkWXKx2nR7WoB21Zo/Gyn0HgXQw4SW KcOcfp8fQQba3MfFRKlnmsg0LdOl6TpSYmlh5ka4cGRd52QrkcLZTBDMzZqdoZ+8jPH7 se2K6uAOlyDmwVl51yhOJWQKmuqT1gRuUml9kLWub3+lWBzIv5O5Xp9L2C8IJRZpNOgL aWgQ== X-Gm-Message-State: ABy/qLa4NLpaipoXeCVXcVS6yrDVYuCGCEBoELkVvEhv3szxLaPQatWg ZIji23TsX6dJKA/q3xC44J/qit2euNw= X-Google-Smtp-Source: APBJJlE/b4eHi5SHU3905OxGBH2lS/JMlT7rQlFlRcn9EHPa/cn5DUd7i+/rq4kfs0WuuYjof5MG7g== X-Received: by 2002:a17:906:7a0a:b0:99b:cecf:dc4 with SMTP id d10-20020a1709067a0a00b0099bcecf0dc4mr4643982ejo.48.1690966555386; Wed, 02 Aug 2023 01:55:55 -0700 (PDT) Received: from pony.. ([185.6.247.97]) by smtp.gmail.com with ESMTPSA id jt9-20020a170906dfc900b0098dfec235ccsm8780125ejc.47.2023.08.02.01.55.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Aug 2023 01:55:55 -0700 (PDT) To: tarantool-patches@dev.tarantool.org, Sergey Kaplun , max.kokryashkin@gmail.com Date: Wed, 2 Aug 2023 11:52:26 +0300 Message-Id: X-Mailer: git-send-email 2.34.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH 5/5][v3] test: fix codestyle X-BeenThere: tarantool-patches@dev.tarantool.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Sergey Bronnikov via Tarantool-patches Reply-To: Sergey Bronnikov Errors-To: tarantool-patches-bounces@dev.tarantool.org Sender: "Tarantool-patches" From: Sergey Bronnikov Warnings found by checkpatch. --- test/tarantool-c-tests/CMakeLists.txt | 1 - test/tarantool-c-tests/test.c | 2 +- test/tarantool-tests/lj-356-ir-khash-non-string-obj.test.lua | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/test/tarantool-c-tests/CMakeLists.txt b/test/tarantool-c-tests/CMakeLists.txt index 17255345..4b1d8832 100644 --- a/test/tarantool-c-tests/CMakeLists.txt +++ b/test/tarantool-c-tests/CMakeLists.txt @@ -66,4 +66,3 @@ add_custom_command(TARGET tarantool-c-tests ${C_TEST_FLAGS} WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} ) - diff --git a/test/tarantool-c-tests/test.c b/test/tarantool-c-tests/test.c index 74cba3a3..7907c12a 100644 --- a/test/tarantool-c-tests/test.c +++ b/test/tarantool-c-tests/test.c @@ -164,7 +164,7 @@ static void test_diagnostic(void) while ((ent_end = strchr(ent, '\n')) != NULL) { char *next_ent = ent_end + 1; /* - * Limit string with with the zero byte for + * Limit string with the zero byte for * formatted output. Anyway, don't need this \n * anymore. */ diff --git a/test/tarantool-tests/lj-356-ir-khash-non-string-obj.test.lua b/test/tarantool-tests/lj-356-ir-khash-non-string-obj.test.lua index 5159ac32..ee0f5583 100644 --- a/test/tarantool-tests/lj-356-ir-khash-non-string-obj.test.lua +++ b/test/tarantool-tests/lj-356-ir-khash-non-string-obj.test.lua @@ -85,7 +85,7 @@ test:ok(not traceinfo(2), 'the second trace should not be compiled') jit.on() for i = 1, N_ITERATIONS do - -- Check that that all lookups are correct and there is no + -- Check that all lookups are correct and there is no -- value from other cdata stored in the table. test:ok(result_tab[i] == MAGIC, 'correct hash lookup from the table') end -- 2.34.1