summaryrefslogtreecommitdiff
path: root/test/math/linearRecurrence.cpp.awk
diff options
context:
space:
mode:
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 }