From 67630e49d69c03eddbb9c291ebc075b342ebfae5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Fad=C4=B1l=20USTA?= Date: Fri, 20 Mar 2020 01:41:37 +0300 Subject: Autotest file showing wrong File path It is a small trivial typo about showing same file instead of actual config file. REVIEW: D28151 --- autotests/kconfig_compiler/test_param_minmax.kcfgc | 2 +- autotests/kconfig_compiler/test_properties_minmax.kcfgc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'autotests/kconfig_compiler') 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 -- cgit v1.2.1