opnsense-src/contrib/libdiff/test/expect124.diff

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

10 lines
182 B
Diff
Raw Normal View History

--- test124.left-p.txt
+++ test124.right-p.txt
@@ -11,5 +11,5 @@ doSomethingThenPrintHello(int test)
struct testfile *
return_test(int test) {
- return NULL;
+ return test*2;
}