diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-11-12 15:59:58 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-11-13 17:30:25 +0300 |
commit | 861555876837449fd8fc480845f642dab4a68b1e (patch) | |
tree | 737992e719b5b5bee5574d3cba18e21b2ecbd912 /libbuild2/cc/lexer+preprocessor.test.testscript | |
parent | 1dc4b29bb57b14bfd8f700be80224b6d865f0184 (diff) |
Use path_name in cc::lexer class
Diffstat (limited to 'libbuild2/cc/lexer+preprocessor.test.testscript')
-rw-r--r-- | libbuild2/cc/lexer+preprocessor.test.testscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbuild2/cc/lexer+preprocessor.test.testscript b/libbuild2/cc/lexer+preprocessor.test.testscript index e33eb90..3403588 100644 --- a/libbuild2/cc/lexer+preprocessor.test.testscript +++ b/libbuild2/cc/lexer+preprocessor.test.testscript @@ -46,7 +46,7 @@ $* -l <<EOI >>EOO # 5 "test.cxx" ; EOI -';' stdin:1:1 +';' <stdin>:1:1 ';' test.cxx:1:1 ';' test.cxx:2:3 ';' test.cxx:4:1 @@ -60,7 +60,7 @@ EOO $* <<EOI 2>>EOE != 0 #include <foo/bar> EOI -stdin:1:1: error: unexpected #include directive +<stdin>:1:1: error: unexpected #include directive EOE : nested |