4ad4f985af
Note the suite seemed to have a lot of tests crashing in verification. With my change I'm noting other crashes, but I haven't investigated where they are from. Also, to run the suite, before it used to be run as: dart pkg/kernel/test/reify/suite.dart Now it needs to be run as: DART_CONFIGURATION=ReleaseX64 out/ReleaseX64/dart pkg/kernel/test/reify/suite.dart BUG= R=paulberry@google.com Review-Url: https://codereview.chromium.org/2981813002 .