diff options
Diffstat (limited to 'third_party/git/t/t4034/matlab/post')
-rw-r--r-- | third_party/git/t/t4034/matlab/post | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/third_party/git/t/t4034/matlab/post b/third_party/git/t/t4034/matlab/post deleted file mode 100644 index 70e05f075345..000000000000 --- a/third_party/git/t/t4034/matlab/post +++ /dev/null @@ -1,9 +0,0 @@ -(0) (-0e10) 'y'; -[x] {x} x.y; -~x; -x*y x.*y x/y x./y x^y x.^y x.\y x.'; -x+y x-y; -x&y x&&y x|y x||y; -x<y x<=y x>y x>=y; -x==y x~=y; -x,y; |