diff options
author | Peter Bex <peter@more-magic.net> | 2013-08-27 22:32:50 +0200 |
---|---|---|
committer | Peter Bex <peter@more-magic.net> | 2016-03-04 21:38:49 +0100 |
commit | ad2bb6db82a463c52b34d6c9fdba95beb6625cc7 (patch) | |
tree | fbb53c343e0eb627b027a53342dfc41f856306e5 /tests | |
parent | 8ed1e1d9da4ac8a6d5827d8a1938f1067055a6be (diff) | |
download | bpf-ad2bb6db82a463c52b34d6c9fdba95beb6625cc7.tar.gz |
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" |