diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2018-08-02 17:33:54 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2018-08-02 17:33:54 +0000 | 
| commit | 39be7ce23363d12ae3e49aeb1fdb2bfeb892e836 (patch) | |
| tree | 37fd694b2fe544b0ccefb369794632592d138dde /packages/Python/lldbsuite/test/settings/TestSettings.py | |
| parent | f73363f1dd94996356cefbf24388f561891acf0b (diff) | |
Notes
Diffstat (limited to 'packages/Python/lldbsuite/test/settings/TestSettings.py')
| -rw-r--r-- | packages/Python/lldbsuite/test/settings/TestSettings.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/packages/Python/lldbsuite/test/settings/TestSettings.py b/packages/Python/lldbsuite/test/settings/TestSettings.py index 6b8ac7c3d5d51..d6fa5a93b72ce 100644 --- a/packages/Python/lldbsuite/test/settings/TestSettings.py +++ b/packages/Python/lldbsuite/test/settings/TestSettings.py @@ -528,7 +528,7 @@ class SettingsCommandTestCase(TestBase):      # settings under an ".experimental" domain should have two properties:      #   1. If the name does not exist with "experimental" in the name path,      #      the name lookup should try to find it without "experimental".  So -    #      a previously-experimental setting that has been promoted to a  +    #      a previously-experimental setting that has been promoted to a      #      "real" setting will still be set by the original name.      #   2. Changing a setting with .experimental., name, where the setting      #      does not exist either with ".experimental." or without, should | 
