From e533df52ccb109e24d8c22e11f19c3e8bc67aa2c Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Thu, 23 Mar 2023 15:15:35 +0100 Subject: [PATCH] apps/testing/smart_test/Makefile: fix nxstyle fix error: Relative file path does not match actual file --- testing/smart_test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/smart_test/Makefile b/testing/smart_test/Makefile index 5bef55b0b..6738ce91d 100644 --- a/testing/smart_test/Makefile +++ b/testing/smart_test/Makefile @@ -1,5 +1,5 @@ ############################################################################ -# apps/system/smart_test/Makefile +# apps/testing/smart_test/Makefile # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with