Skip to content

Commit

Permalink
luajit: tests: rename lua source file
Browse files Browse the repository at this point in the history
  • Loading branch information
dlatchx committed Jun 21, 2023
1 parent 751ee5a commit dd594f4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion format/luajit/testdata/simple.fqtest
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion format/luajit/testdata/simple_stripped.fqtest
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit dd594f4

Please sign in to comment.