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