summaryrefslogtreecommitdiff
path: root/test/math/linearRecurrence.cpp.awk
diff options
context:
space:
mode:
authormzuenni <michi.zuendorf@gmail.com>2024-09-11 10:39:00 +0200
committermzuenni <michi.zuendorf@gmail.com>2024-09-11 10:39:00 +0200
commita898bac55c6cd7c51fef5e6735aa3a316a18da7b (patch)
tree85d2bd63b303e3e6f140fbff52c0d0472d247623 /test/math/linearRecurrence.cpp.awk
parentd0bf16e2f4a30b9a5260578fb5583950c149e425 (diff)
change tests
Diffstat (limited to 'test/math/linearRecurrence.cpp.awk')
-rw-r--r--test/math/linearRecurrence.cpp.awk4
1 files changed, 4 insertions, 0 deletions
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<ll> mul/ {
+ sub(/mul/, "mulSlow")
+}
+{ print }