diff options
author | Ray Lai <ray@cvs.openbsd.org> | 2006-03-11 06:22:48 +0000 |
---|---|---|
committer | Ray Lai <ray@cvs.openbsd.org> | 2006-03-11 06:22:48 +0000 |
commit | d2e9b2643feb2b75787bb8706c82ead9216efc21 (patch) | |
tree | c67f956d6f8614dd002a1b4ac7cb37a6b140e43e /regress/usr.bin/rcs/rcsmerge.out | |
parent | 7e83753c24bbcb7ae9e8840a7bcd7baf70364693 (diff) |
RCS regression tests.
ok joris, niallo, otto, and xsa
Diffstat (limited to 'regress/usr.bin/rcs/rcsmerge.out')
-rw-r--r-- | regress/usr.bin/rcs/rcsmerge.out | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/regress/usr.bin/rcs/rcsmerge.out b/regress/usr.bin/rcs/rcsmerge.out new file mode 100644 index 00000000000..ca484deddc2 --- /dev/null +++ b/regress/usr.bin/rcs/rcsmerge.out @@ -0,0 +1,33 @@ +<<<<<<< blah.c +/* $Id: rcsmerge.out,v 1.1 2006/03/11 06:22:47 ray Exp $ */ +#include <stdio.h> +#include <stdlib.h> +#include <string.h> + +/* a comment */ + +/* main function */ +int +main(int argc, char **argv) +{ + printf("foo bar\n"); + + return (0); +} +======= +/* $Id: rcsmerge.out,v 1.1 2006/03/11 06:22:47 ray Exp $ */ +#include <stdio.h> +#include <stdlib.h> +#include <string.h> + +/* a comment */ + +/* main function */ +int +main(int argc, char **argv) +{ + printf("foo bar\n"); + + return (0); +} +>>>>>>> 1.3 |