diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-01-04 17:41:20 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-01-04 17:41:20 +0200 |
commit | aab54ca12373bc7df1323017e4fb0b9594dcb835 (patch) | |
tree | d2f786842e1c6b32c2d051678c0f321750a08438 /unit-tests/test/script/lexer/buildfile | |
parent | 74918fea2ae0ce55fb6541726ec2ab607d7e2d6e (diff) |
Update tests to reflect lexer mode renames (previous commit)
Diffstat (limited to 'unit-tests/test/script/lexer/buildfile')
-rw-r--r-- | unit-tests/test/script/lexer/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unit-tests/test/script/lexer/buildfile b/unit-tests/test/script/lexer/buildfile index ac833e4..63f5743 100644 --- a/unit-tests/test/script/lexer/buildfile +++ b/unit-tests/test/script/lexer/buildfile @@ -9,7 +9,7 @@ src = token lexer diagnostics utility variable name b-options types-parsers \ test/script/{token lexer} exe{driver}: cxx{driver} ../../../../build2/cxx{$src} $libs \ -test{script-line command-line first-token second-token variable-line \ +test{command-line first-token second-token command-expansion variable-line \ description-line variable} include ../../../../build2/ |