OSDN Git Service

Fix and re-enable compiler_driver_test
authorYi Kong <yikong@google.com>
Mon, 4 Apr 2016 16:44:59 +0000 (17:44 +0100)
committerYi Kong <yikong@google.com>
Wed, 6 Apr 2016 17:03:48 +0000 (18:03 +0100)
commit2d1f4f3b3003f78fffabb44961c4683f09a82aa8
tree6384e916a6a966ee50cc878022238a162e6ebf66
parente4e3ae671aa61ecd200ec7ac06a1d9fb9b4b0e2e
Fix and re-enable compiler_driver_test

This reverts commit 6f58cb85328bed2f3ea246cce4080244544d7c2b.

The move to OpenJDK introduces new dependencies to compile these
methods, however we don't actually need them to run this test. Remove
them here to enable the test again.

Bug: 25836016
Change-Id: I75b12c48941fca6646142004accae8364e8c6dbc
(cherry picked from commit 5dcf19d402b4ea7023ced2afa8d615576fe2784f)
compiler/driver/compiler_driver_test.cc