浏览代码

Fix typo

Remove stray 'To run'
overcaffeinated 9 年之前
父节点
当前提交
6dc25e79b9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/HACKING/WritingTests.md

+ 1 - 1
doc/HACKING/WritingTests.md

@@ -48,7 +48,7 @@ isolation, you just run `./src/test/test-memwipe`.
 To run tests within the unit test programs, you can specify the name
 To run tests within the unit test programs, you can specify the name
 of the test.  The string ".." can be used as a wildcard at the end of the
 of the test.  The string ".." can be used as a wildcard at the end of the
 test name.  For example, to run all the cell format tests, enter
 test name.  For example, to run all the cell format tests, enter
-`./src/test/test cellfmt/..`.  To run
+`./src/test/test cellfmt/..`.
 
 
 Many tests that need to mess with global state run in forked subprocesses in
 Many tests that need to mess with global state run in forked subprocesses in
 order to keep from contaminating one another.  But when debugging a failing test,
 order to keep from contaminating one another.  But when debugging a failing test,