aboutsummaryrefslogtreecommitdiff
path: root/test/expect124.diff
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2024-03-07 11:32:03 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2024-03-07 11:32:03 +0000
commit9eb461aa4b61ab47855b2cee9e5b626a76888b5e (patch)
tree17240d083c051abd781ba10291171f50f411e52a /test/expect124.diff
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;
+ }