diff options
Diffstat (limited to 'libbuild2/lexer.test.cxx')
-rw-r--r-- | libbuild2/lexer.test.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/lexer.test.cxx b/libbuild2/lexer.test.cxx index 2e2f152..32151db 100644 --- a/libbuild2/lexer.test.cxx +++ b/libbuild2/lexer.test.cxx @@ -48,7 +48,7 @@ namespace build2 // Most alternative modes auto-expire so we need something underneath. // - path in ("<stdin>"); // @@ PATH_NAME TODO + path_name in ("<stdin>"); lexer l (cin, in); if (m != lexer_mode::normal) |