Skip to content

Commit

Permalink
Add missing 'arch' key to valid qHostInfo keys
Browse files Browse the repository at this point in the history
Summary:
'arch' is a valid qHostInfo key, but the unit
test for qHostInfo did not include it in the set of possible keys.

Reviewers: tfiala, labath

Subscribers: lldb-commits

Differential Revision: https://reviews.llvm.org/D32711

llvm-svn: 302260
  • Loading branch information
fjricci committed May 5, 2017
1 parent 050af67 commit f88bf5a
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -14,6 +14,7 @@ class TestGdbRemoteHostInfo(GdbRemoteTestCaseBase):
mydir = TestBase.compute_mydir(__file__)

KNOWN_HOST_INFO_KEYS = set([
"arch",
"cputype",
"cpusubtype",
"distribution_id",
Expand Down

0 comments on commit f88bf5a

Please sign in to comment.