aboutsummaryrefslogtreecommitdiffstats
path: root/t/t4211/sha1/expect.multiple
diff options
context:
space:
mode:
Diffstat (limited to 't/t4211/sha1/expect.multiple')
-rw-r--r--t/t4211/sha1/expect.multiple6
1 files changed, 6 insertions, 0 deletions
diff --git a/t/t4211/sha1/expect.multiple b/t/t4211/sha1/expect.multiple
index 76ad5b598c..1eee8a7801 100644
--- a/t/t4211/sha1/expect.multiple
+++ b/t/t4211/sha1/expect.multiple
@@ -102,3 +102,9 @@ diff --git a/a.c b/a.c
+ s++;
+ }
+}
+@@ -0,0 +16,5 @@
++int main ()
++{
++ printf("%d\n", f(15));
++ return 0;
++}