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 6d7ed39a0d8d7e1fc153db04d3ff14e5e8e85205 Author: simbit18 <[email protected]> AuthorDate: Mon Mar 6 12:54:14 2023 +0100 apps/testing/cxxtest/Make.defs: fix nxstyle fix error: Relative file path does not match actual file --- testing/cxxtest/Make.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/cxxtest/Make.defs b/testing/cxxtest/Make.defs index b5a50e6cb..b742b05ba 100644 --- a/testing/cxxtest/Make.defs +++ b/testing/cxxtest/Make.defs @@ -1,5 +1,5 @@ ############################################################################ -# apps/testing/Make.defs +# apps/testing/cxxtest/Make.defs # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with
