diff options
Diffstat (limited to 'src/sexpr/parser_test.cpp')
-rw-r--r-- | src/sexpr/parser_test.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sexpr/parser_test.cpp b/src/sexpr/parser_test.cpp index 846d425..8619c15 100644 --- a/src/sexpr/parser_test.cpp +++ b/src/sexpr/parser_test.cpp @@ -20,6 +20,8 @@ #include <gtest/gtest.h> +#include "../tests/fdhack.hpp" + #include "../poison.hpp" @@ -90,6 +92,7 @@ TEST(sexpr, parselist) TEST(sexpr, parsebad) { + QuietFd q; for (LString bad : { "(\n"_s, ")\n"_s, |