Added test for `lshift` subroutine from stdlib.
[vvhitespace] / stdlib_tests / vv_test.py
index bc8d27c..353c176 100755 (executable)
@@ -31,6 +31,7 @@ tests = [
         ['2006_memsrch', '', '+32'],
         ['2007_memrand', '', ''],
         ['3001_not', '', '-1+0-6148914691236517206+6148914691236517205'],
         ['2006_memsrch', '', '+32'],
         ['2007_memrand', '', ''],
         ['3001_not', '', '-1+0-6148914691236517206+6148914691236517205'],
+        ['3002_lshift', '', '+1+2+4611686018427387904-9223372036854775808'],
         ] 
 
 for test in tests:
         ] 
 
 for test in tests: