~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/suite/regression/t/722850.test

  • Committer: Olaf van der Spek
  • Date: 2011-04-20 09:27:49 UTC
  • mto: This revision was merged to the branch mainline in revision 2285.
  • Revision ID: olafvdspek@gmail.com-20110420092749-hw1q9rfj1pumc2no
Session Cache

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Crashme test fails when running select (1 << 4) >> 2
 
2
# expected '4' but got '0'
 
3
# result should be 4
 
4
 
 
5
SELECT (1 << 4) >> 2;