summaryrefslogtreecommitdiff
path: root/src/sexpr/lexer_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sexpr/lexer_test.cpp')
-rw-r--r--src/sexpr/lexer_test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sexpr/lexer_test.cpp b/src/sexpr/lexer_test.cpp
index acdfa2f..0fc3901 100644
--- a/src/sexpr/lexer_test.cpp
+++ b/src/sexpr/lexer_test.cpp
@@ -22,6 +22,8 @@
#include "../strings/vstring.hpp"
+#include "../tests/fdhack.hpp"
+
#include "../poison.hpp"
@@ -117,6 +119,7 @@ TEST(sexpr, lexer)
TEST(sexpr, lexbad)
{
+ QuietFd q;
{
io::LineSpan span;
sexpr::Lexer lexer("<lexer-bad>"_s, string_pipe("(\n"_s));