From 1cc657a1ae2d496c0467a7c33257aa3cd2bfc3a8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 3 Jun 2020 08:42:26 +0200 Subject: Add versioning for ad hoc C++ recipes This will allow us to deal with backward-incompatible changes to cxx_rule interface and semantics. --- tests/dependency/recipe/testscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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 : $* <>/~%EOE% alias{x}: -{{ c++ +{{ c++ 1 void f (); }} dump alias{x} EOI :5:1: dump: % .+/alias\{x\}:% - {{ c++ + {{ c++ 1 void f (); }} EOE -- cgit v1.1