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