wrote the brackets '}' instead of the braces ')' mistakenly during the example program.
Signed-off-by: Wei,Jiangang <weijg.f...@cn.fujitsu.com> --- doc/test-writing-guidelines.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/test-writing-guidelines.txt b/doc/test-writing-guidelines.txt index b220e43..6660b28 100644 --- a/doc/test-writing-guidelines.txt +++ b/doc/test-writing-guidelines.txt @@ -264,7 +264,7 @@ static void test(void) tst_resm(TPASS, "getenv(" TEST_ENV ") = '" TEST_ENV_VAL "'"); else - tst_resm(TFAIL, "getenv(" TEST_ENV "} = '%s', " + tst_resm(TFAIL, "getenv(" TEST_ENV ") = '%s', " "expected '" TEST_ENV_VAL "'", ret); } else { tst_resm(TFAIL, "getenv(" TEST_ENV ") = NULL"); -- 1.9.3 ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list