OSDN Git Service

Fix bogus image test assert
authorMathieu Chartier <mathieuc@google.com>
Mon, 1 Jun 2015 23:33:53 +0000 (16:33 -0700)
committerMathieu Chartier <mathieuc@google.com>
Mon, 1 Jun 2015 23:36:14 +0000 (16:36 -0700)
commit68c868ea785c39e6e20a97cc829cce26adec4281
tree432204a5e9855b3b0692b7cc655c442cbd1d816a
parent816de3a319c80b966e34928c38f1f904657711fb
Fix bogus image test assert

Previously we were comparing the size of the non moving space to
size of the image file.

Now we properly compare the size of the image space against the size
of the image file.

Bug: 19264997
Change-Id: I7359f1f73ae3df60c5147245935a24431c04808a
compiler/image_test.cc