opnsense-src/usr.bin/diff/tests/functionname_objcclassm.out

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
279 B
Text
Raw Normal View History

--- functionname.in
+++ functionname_objcclassm.in
@@ -25,5 +25,7 @@ + (BOOL) isEdible:(NSString *)mushroom
+ (BOOL) isEdible:(NSString *)mushroom
{
- return TRUE;
+ /* With a solid guide book (such as Phillips 2006) assume we can't eat
+ * the fungus */
+ return FALSE;
}