You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ad...@apache.org on 2016/05/03 09:10:37 UTC

[2/6] incubator-mynewt-site git commit: Fix inaccurate sentence in testutil docs.

Fix inaccurate sentence in testutil docs.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/62e6cb86
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/62e6cb86
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/62e6cb86

Branch: refs/heads/master
Commit: 62e6cb86cfdc9662a88245a870ec14434a2fadd0
Parents: 93e3c38
Author: Christopher Collins <cc...@apache.org>
Authored: Mon May 2 13:31:10 2016 -0700
Committer: Christopher Collins <cc...@apache.org>
Committed: Mon May 2 13:31:10 2016 -0700

----------------------------------------------------------------------
 docs/os/modules/testutil/testutil.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/62e6cb86/docs/os/modules/testutil/testutil.md
----------------------------------------------------------------------
diff --git a/docs/os/modules/testutil/testutil.md b/docs/os/modules/testutil/testutil.md
index be6d3e9..693568f 100644
--- a/docs/os/modules/testutil/testutil.md
+++ b/docs/os/modules/testutil/testutil.md
@@ -23,7 +23,7 @@ The test code has access to all the header files in the following directories:
     * src/test/arch/<target-arch>
     * include directories of all package dependencies
 ```
-Package test code typically depends on the testutil package, described later in this document.  If a package's test code uses testutil, then the package itself needs to have testutil in its dependency list.
+Package test code typically depends on the testutil package, described later in this document.
 
 Some test cases or test initialization code may be platform-specific.  In such cases, the platform-specific function definitions are placed in arch subdirectories within the package test directory.