Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
federicotdn committed Nov 19, 2023
1 parent f688f58 commit 5e9bd36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/verb-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -2245,7 +2245,8 @@
(server-test "basic-json")
(server-test "no-user-agent")
(garbage-collect)
(kill-buffer "*Native-compile-Log*")
(ignore-errors
(kill-buffer "*Native-compile-Log*"))
(should (= (1+ num-buffers) (length (buffer-list))))))

(ert-deftest test-headers ()
Expand Down

0 comments on commit 5e9bd36

Please sign in to comment.