diff options
author | Alex Light <allight@google.com> | 2018-06-08 15:30:11 +0000 |
---|---|---|
committer | Alex Light <allight@google.com> | 2018-06-08 08:45:39 -0700 |
commit | baac7e44445286bb2a048ff24a14a65c537dd9b9 (patch) | |
tree | 838047521312068499b0183ceb93f958a40f93f0 /cmdline | |
parent | cf8e60fceee8b622b63f022e7b37f7df0f604320 (diff) |
"Revert^4 "Make adbconnection start automatically for debuggable apps (on target)"
Needed to tell run-jdwp-tests.sh not to load adbconnection since it
might not be present.
This reverts commit fb57a6528d73e6ddbccf3049f08f6fa400e6dcd1.
Reason for revert: Added -XjdwpProvider:none to run-jdwp-tests.sh
Bug: 109505014
Test: ./art/tools/run-libjdwp-tests.sh
Change-Id: I43941f7048ae5b64c6cbe7a8e7c273d47596192c
Diffstat (limited to 'cmdline')
-rw-r--r-- | cmdline/cmdline_parser_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/cmdline_parser_test.cc b/cmdline/cmdline_parser_test.cc index 235a2aa90e..a52e16328a 100644 --- a/cmdline/cmdline_parser_test.cc +++ b/cmdline/cmdline_parser_test.cc @@ -371,7 +371,7 @@ TEST_F(CmdlineParserTest, DISABLED_TestXGcOption) { */ TEST_F(CmdlineParserTest, TestJdwpProviderEmpty) { { - EXPECT_SINGLE_PARSE_DEFAULT_VALUE(JdwpProvider::kNone, "", M::JdwpProvider); + EXPECT_SINGLE_PARSE_DEFAULT_VALUE(JdwpProvider::kUnset, "", M::JdwpProvider); } } // TEST_F |