diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2022-07-08 15:53:11 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2022-07-08 16:08:16 +0300 |
commit | a78f6332226e82f1ccf2f9fbd486b07c791d54a7 (patch) | |
tree | 1211431319952ec2f9333660c30beb4a2558d3a6 /tests/cc/modules | |
parent | d9f69193c0808017517853037a50673791fca4a9 (diff) |
Fix some tests to match canned command line semantics
Diffstat (limited to 'tests/cc/modules')
-rw-r--r-- | tests/cc/modules/common.testscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cc/modules/common.testscript b/tests/cc/modules/common.testscript index 1e94b36..b383dc1 100644 --- a/tests/cc/modules/common.testscript +++ b/tests/cc/modules/common.testscript @@ -2,7 +2,7 @@ # license : MIT; see accompanying LICENSE file crosstest = false -test.arguments = config.cxx=$quote($recall($cxx.path) $cxx.config.mode, true) +test.arguments = config.cxx=$quote($recall($cxx.path) $cxx.config.mode) .include ../../common.testscript |