From dd594f47eb534b9d6580436a210f0a870b825061 Mon Sep 17 00:00:00 2001 From: Babz Date: Wed, 21 Jun 2023 23:44:55 +0200 Subject: [PATCH] luajit: tests: rename lua source file --- format/luajit/testdata/simple.fqtest | 2 +- format/luajit/testdata/{example.lua => simple.lua} | 0 format/luajit/testdata/simple_stripped.fqtest | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename format/luajit/testdata/{example.lua => simple.lua} (100%) diff --git a/format/luajit/testdata/simple.fqtest b/format/luajit/testdata/simple.fqtest index f164d1e1a..afddf30c7 100644 --- a/format/luajit/testdata/simple.fqtest +++ b/format/luajit/testdata/simple.fqtest @@ -1,4 +1,4 @@ -# luajit -b -g example.lua simple.luac +# luajit -b -g simple.lua simple.luac $ fq dv simple.luac |00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f|0123456789abcdef|.{}: simple.luac (luajit) 0x0-0x182.7 (387) | | | header{}: 0x0-0x11.7 (18) diff --git a/format/luajit/testdata/example.lua b/format/luajit/testdata/simple.lua similarity index 100% rename from format/luajit/testdata/example.lua rename to format/luajit/testdata/simple.lua diff --git a/format/luajit/testdata/simple_stripped.fqtest b/format/luajit/testdata/simple_stripped.fqtest index 184d5dd07..54e4e962f 100644 --- a/format/luajit/testdata/simple_stripped.fqtest +++ b/format/luajit/testdata/simple_stripped.fqtest @@ -1,4 +1,4 @@ -# luajit -b -s example.lua simple_stripped.luac +# luajit -b -s simple.lua simple_stripped.luac $ fq dv simple_stripped.luac |00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f|0123456789abcdef|.{}: simple_stripped.luac (luajit) 0x0-0x133.7 (308) | | | header{}: 0x0-0x4.7 (5)