diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-06-03 08:42:26 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-06-03 08:42:26 +0200 |
commit | 1cc657a1ae2d496c0467a7c33257aa3cd2bfc3a8 (patch) | |
tree | 062e0eada1230ef19b0f51b2e77c00f2dd49a266 /tests/dependency | |
parent | bc3c8492f129d9295c9ef6c325bf2c99e88ca73e (diff) |
Add versioning for ad hoc C++ recipes
This will allow us to deal with backward-incompatible changes to cxx_rule
interface and semantics.
Diffstat (limited to 'tests/dependency')
-rw-r--r-- | tests/dependency/recipe/testscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dependency/recipe/testscript b/tests/dependency/recipe/testscript index 5510e3c..c5e4a8c 100644 --- a/tests/dependency/recipe/testscript +++ b/tests/dependency/recipe/testscript @@ -76,14 +76,14 @@ EOE : $* <<EOI 2>>/~%EOE% alias{x}: -{{ c++ +{{ c++ 1 void f (); }} dump alias{x} EOI <stdin>:5:1: dump: % .+/alias\{x\}:% - {{ c++ + {{ c++ 1 void f (); }} EOE |