Typo in subunit developer docs

Bug #524231 reported by Brad Hards
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
subunit
Fix Released
Medium
Brad Hards

Bug Description

There is a simple typo in the subunit C bindings documentation.

=== modified file 'c/README'
--- c/README 2009-09-30 12:04:18 +0000
+++ c/README 2010-02-19 05:22:25 +0000
@@ -47,7 +47,7 @@
   if (!result) {
     subunit_test_pass("test name");
   } else {
- subunit_test_failf("test name",
+ subunit_test_fail("test name",
       "Something went wrong running something:\n"
       "exited with result: '%s'", result);
   }

Related branches

Changed in subunit:
status: New → Triaged
importance: Undecided → Medium
assignee: nobody → Brad Hards (bradh)
Changed in subunit:
milestone: none → next
Changed in subunit:
status: Triaged → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.