X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/7d032fa848c8910007a0a41c1ba61d70d2846f48..8b0680533420c2ea367860fcbb08df99317a6b44:/tests/data/numeric_literals_py2.py?ds=inline

diff --git a/tests/data/numeric_literals_py2.py b/tests/data/numeric_literals_py2.py
index 8b2c7fa..8f85c43 100644
--- a/tests/data/numeric_literals_py2.py
+++ b/tests/data/numeric_literals_py2.py
@@ -3,7 +3,7 @@
 x = 123456789L
 x = 123456789l
 x = 123456789
-x = 0xB1aCc
+x = 0xb1acc
 
 # output
 
@@ -13,4 +13,4 @@ x = 0xB1aCc
 x = 123456789L
 x = 123456789L
 x = 123456789
-x = 0xb1acc
+x = 0xB1ACC