about summary refs log tree commit diff
path: root/third_party/git/t/t4034/matlab/pre
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/t4034/matlab/pre')
-rw-r--r--third_party/git/t/t4034/matlab/pre9
1 files changed, 0 insertions, 9 deletions
diff --git a/third_party/git/t/t4034/matlab/pre b/third_party/git/t/t4034/matlab/pre
deleted file mode 100644
index dc204db486..0000000000
--- a/third_party/git/t/t4034/matlab/pre
+++ /dev/null
@@ -1,9 +0,0 @@
-(1) (-1e10) 'b';
-[a] {a} a.b;
-~a;
-a*b a.*b a/b a./b a^b a.^b a.\b a.';
-a+b a-b;
-a&b a&&b a|b a||b;
-a<b a<=b a>b a>=b;
-a==b a~=b;
-a,b;