This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit e8bf439105bc50e598f48fb10a85202c336e0cc9 Author: simbit18 <[email protected]> AuthorDate: Mon Mar 6 12:57:24 2023 +0100 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
