From a898bac55c6cd7c51fef5e6735aa3a316a18da7b Mon Sep 17 00:00:00 2001 From: mzuenni Date: Wed, 11 Sep 2024 10:39:00 +0200 Subject: change tests --- test/math/linearRecurrence.cpp.awk | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/math/linearRecurrence.cpp.awk (limited to 'test/math/linearRecurrence.cpp.awk') diff --git a/test/math/linearRecurrence.cpp.awk b/test/math/linearRecurrence.cpp.awk new file mode 100644 index 0000000..902fd4b --- /dev/null +++ b/test/math/linearRecurrence.cpp.awk @@ -0,0 +1,4 @@ +/vector mul/ { + sub(/mul/, "mulSlow") +} +{ print } -- cgit v1.2.3