Skip to content

Commit dd594f4

Browse files
committed
luajit: tests: rename lua source file
1 parent 751ee5a commit dd594f4

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

format/luajit/testdata/simple.fqtest

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# luajit -b -g example.lua simple.luac
1+
# luajit -b -g simple.lua simple.luac
22
$ fq dv simple.luac
33
|00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f|0123456789abcdef|.{}: simple.luac (luajit) 0x0-0x182.7 (387)
44
| | | header{}: 0x0-0x11.7 (18)

format/luajit/testdata/simple_stripped.fqtest

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# luajit -b -s example.lua simple_stripped.luac
1+
# luajit -b -s simple.lua simple_stripped.luac
22
$ fq dv simple_stripped.luac
33
|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)
44
| | | header{}: 0x0-0x4.7 (5)

0 commit comments

Comments
 (0)