diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-12 13:19:00 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-12 13:19:00 +0200 |
commit | 5ad0f8e0a92362d6480a51ff39d3253ad9a7796d (patch) | |
tree | f6f12202c130899a4638e9540c5da1e8aac999ae /tests | |
parent | 6daa1fedfb27ccf2b740a45534fdfdead7d77ab4 (diff) |
Adjust modules test to maybe-cleanup .ii files (no longer there for VC)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/cc/modules/testscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cc/modules/testscript b/tests/cc/modules/testscript index 0b4dcd3..61cebc1 100644 --- a/tests/cc/modules/testscript +++ b/tests/cc/modules/testscript @@ -170,7 +170,7 @@ $* test &*.d <'exe{test}: cxx{driver}' 2>>EOE != 0 : ln -s ../core.mxx ./; cat <'import bar.core;' >=driver.cxx; -$* test &*.d &*.ii <'exe{test}: cxx{driver} mxx{core}' 2>>EOE != 0 +$* test &*.d &?*.ii <'exe{test}: cxx{driver} mxx{core}' 2>>EOE != 0 driver.cxx: error: failed to correctly guess module name from mxx{core} info: guessed: bar.core info: actual: foo.core |