Skip to content

Commit

Permalink
test/tools: update lone-embed's test segment
Browse files Browse the repository at this point in the history
Use a textual system call name.
Makes the segment shorter.
Ensures that string keys are tested.
  • Loading branch information
matheusmoreira committed Jul 28, 2024
1 parent 4dfcdd9 commit a2347e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/tools/lone-embed/segment
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ run (1 . 65) }
(import (lone quote) (linux system-call))
{ run (1 . 53) }
(import (linux system-call))

(system-call 'exit 42)
(system-call "exit" 42)

0 comments on commit a2347e7

Please sign in to comment.