diff options
Diffstat (limited to 'tests/functional/repl_characterization')
-rw-r--r-- | tests/functional/repl_characterization/test-session.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/repl_characterization/test-session.cc b/tests/functional/repl_characterization/test-session.cc index be3d407f3..e59064fc5 100644 --- a/tests/functional/repl_characterization/test-session.cc +++ b/tests/functional/repl_characterization/test-session.cc @@ -173,7 +173,7 @@ void TestSession::runCommand(std::string command) std::cerr << "runCommand " << command << "\n"; } command += "\n"; - // We have to feed a newline into the output parser, since Nix might not + // We have to feed a newline into the output parser, since Lix might not // give us a newline before a prompt in all cases (it might clear line // first, e.g.) outputParser.feed('\n'); |