aboutsummaryrefslogtreecommitdiff
path: root/test/expect124.diff
diff options
context:
space:
mode:
Diffstat (limited to 'test/expect124.diff')
-rw-r--r--test/expect124.diff9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/expect124.diff b/test/expect124.diff
new file mode 100644
index 000000000000..82713c206aff
--- /dev/null
+++ b/test/expect124.diff
@@ -0,0 +1,9 @@
+--- 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;
+ }