diff options
Diffstat (limited to 'third_party/git/t/t4034/python/post')
-rw-r--r-- | third_party/git/t/t4034/python/post | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/third_party/git/t/t4034/python/post b/third_party/git/t/t4034/python/post deleted file mode 100644 index 68baf34f0ea1..000000000000 --- a/third_party/git/t/t4034/python/post +++ /dev/null @@ -1,17 +0,0 @@ -print "Hello World?\n"; print -(1) (-1e10) (0xabcdef) u'y' -[x] x->y x.y -!x ~x x++ 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 -x==y x!=y -x&y -x^y -x|y -x&&y -x||y -x?y:z -x=y x+=y x-=y x*=y x/=y x%=y x<<=y x>>=y x&=y x^=y x|=y -x,y |