diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/run.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/run.scm b/tests/run.scm index fd4c692..36db071 100644 --- a/tests/run.scm +++ b/tests/run.scm @@ -140,7 +140,7 @@ "6 0 0 65535" "6 0 0 0") "\n" 'suffix) - (lambda () (read-decimal-bpf-bytecode))))) + read-decimal-bpf-bytecode))) (test "unoptimised connection creation/teardown dump" `((ldh (pkt 12)) (jeq #x0800 0 37) @@ -228,7 +228,7 @@ "6 0 0 65535" "6 0 0 0") "\n" 'suffix) - (lambda () (read-decimal-bpf-bytecode)))))) + read-decimal-bpf-bytecode)))) (test-group "decimal bytecode writer" (test "src localhost" |