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 236446BA768; Wed, 11 Oct 2023 19:53:46 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 236446BA768 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tarantool.org; s=dev; t=1697043226; bh=jKiwqgCr3sRlSxgGSrERq5X8Q/AnlvrumaYrajOSmhQ=; 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=j067Umo74g+6Fb/APmRX/7TMnPNwMvsxLc4GD1q7PGIGRxAT6UYbY/ZdxxMAuSzTt 9rlsVUla6af96dXrxUpLlVN9Vh6EnuyXLjQNA2n+sFzIm0jIl2QXMpWFHrJXxrBzS3 d2CwUMB7vfxkCXdIWdrp08QDf1ES/z1N4ABb2/3M= Received: from mail-ej1-f52.google.com (mail-ej1-f52.google.com [209.85.218.52]) (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 E1D6B6BA766 for ; Wed, 11 Oct 2023 19:52:47 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org E1D6B6BA766 Received: by mail-ej1-f52.google.com with SMTP id a640c23a62f3a-9b9faf05f51so945543066b.2 for ; Wed, 11 Oct 2023 09:52:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697043167; x=1697647967; 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=+uyR8Xcu1WqzcmtvZI6d7IckmUJctAyC1GjhX2uyQWU=; b=DlGWYsvw10XJXsT8WPSbAA45Pw3/SiMXiLlc4GXm4nicL0sjA3WS8VXl39hJBtSOje 4ucPghcKkJkmxAXyPU9V/WpEto7opx4YOdVhoXTcaJd9896Bw31pZs+hodYP8PpNEdq9 vgs0GpBhGm0x7v0nbskBkYQRFmoNOF2L29DZzcSM2ESZoUJl7Cfuo20av+ML7d1zMEpr FeOuU8uHOWqnAimPGru2J3NetSEV3FhVvAfPTZaEhXK1m4bJZHEFKpAG30BlJ+TzMf9Y V1XllcXybSeLJ9qPNKImMki6LtzHPt1pNNQfWlTETll4JLEP+ie41DIG7v86F7SGo0Ka eAhA== X-Gm-Message-State: AOJu0YwlJKAMJTt6qeIF3shPs1leB6uZuqKWtMBHcceP5kwfgM98HOOF NLSYIw0shNaj8tOYAzXyrHtgbzVpDCVc8g== X-Google-Smtp-Source: AGHT+IFdlHXb3TNUUmBQCuNZHsQNAXwUg2W5tYg5kMUkXP1RC7FDsAd2+aougAwDeKAdxr3UxZb5FA== X-Received: by 2002:a17:906:3050:b0:9b2:be5e:7545 with SMTP id d16-20020a170906305000b009b2be5e7545mr18502230ejd.36.1697043166636; Wed, 11 Oct 2023 09:52:46 -0700 (PDT) Received: from pony.. ([185.6.247.97]) by smtp.gmail.com with ESMTPSA id l12-20020a170906078c00b009b94fe3fc47sm9962409ejc.159.2023.10.11.09.52.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 11 Oct 2023 09:52:46 -0700 (PDT) To: tarantool-patches@dev.tarantool.org, Sergey Kaplun , max.kokryashkin@gmail.com Date: Wed, 11 Oct 2023 19:52:27 +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 luajit 2/4][v2] 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 This patch fixes warnings found by the checkpatch.pl script. --- 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