diff options
author | Marius Kintel <marius@kintel.net> | 2011-11-12 19:56:49 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-11-12 19:56:49 (GMT) |
commit | 262e1350a4e7efb08e8f992806a6222d25b1ca0e (patch) | |
tree | 48b52139d874854acaf8a77ad69614222ce47d37 /doc/testing.txt | |
parent | 9c14544a92bfd44ab230192a3b74c319f6fe0cc9 (diff) |
Removed old comment which isn't true anymore
Diffstat (limited to 'doc/testing.txt')
-rw-r--r-- | doc/testing.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/testing.txt b/doc/testing.txt index 089d18e..b2974fc 100644 --- a/doc/testing.txt +++ b/doc/testing.txt @@ -45,9 +45,6 @@ Adding a new regression test: 7) run the test normally and verify that it passes: $ ctest -R mytest -Note that test files which don't have an *-expected.<suffix> file will -be ignored for the test apps in question. - Troubleshooting a failed test: ------------------------------ |