diff options
author | Ömer Fadıl USTA <omerusta@gmail.com> | 2020-03-20 01:41:37 +0300 |
---|---|---|
committer | Ömer Fadıl USTA <omerusta@gmail.com> | 2020-03-20 01:41:37 +0300 |
commit | 67630e49d69c03eddbb9c291ebc075b342ebfae5 (patch) | |
tree | a307c35fcaba977fb24daf89a35646ab4a2097dd | |
parent | cc02382af712d3d90f313c14537b2695f7338a43 (diff) | |
download | kconfig-67630e49d69c03eddbb9c291ebc075b342ebfae5.tar.gz kconfig-67630e49d69c03eddbb9c291ebc075b342ebfae5.tar.bz2 |
Autotest file showing wrong File path
It is a small trivial typo about showing same file instead of actual
config file.
REVIEW: D28151
-rw-r--r-- | autotests/kconfig_compiler/test_param_minmax.kcfgc | 2 | ||||
-rw-r--r-- | autotests/kconfig_compiler/test_properties_minmax.kcfgc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/autotests/kconfig_compiler/test_param_minmax.kcfgc b/autotests/kconfig_compiler/test_param_minmax.kcfgc index 3d9d2768..d2aec87c 100644 --- a/autotests/kconfig_compiler/test_param_minmax.kcfgc +++ b/autotests/kconfig_compiler/test_param_minmax.kcfgc @@ -1,4 +1,4 @@ ClassName=TestParamMinMax -File=test_param_minmax.kcfgc +File=test_param_minmax.kcfg Mutators=true diff --git a/autotests/kconfig_compiler/test_properties_minmax.kcfgc b/autotests/kconfig_compiler/test_properties_minmax.kcfgc index 5cda329b..a7ce429e 100644 --- a/autotests/kconfig_compiler/test_properties_minmax.kcfgc +++ b/autotests/kconfig_compiler/test_properties_minmax.kcfgc @@ -1,5 +1,5 @@ ClassName=TestPropertiesMinMax GenerateProperties=true -File=test_properties_minmax.kcfgc +File=test_properties_minmax.kcfg Mutators=true |