diff options
Diffstat (limited to 'gnulib-tests/test-binary-io.c')
-rw-r--r-- | gnulib-tests/test-binary-io.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gnulib-tests/test-binary-io.c b/gnulib-tests/test-binary-io.c index 6801e96..46ccce5 100644 --- a/gnulib-tests/test-binary-io.c +++ b/gnulib-tests/test-binary-io.c @@ -1,5 +1,5 @@ /* Test of binary mode I/O. - Copyright (C) 2005, 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2005, 2007-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -55,12 +55,6 @@ main (int argc, char *argv[]) fputs ("Hello\n", stdout); break; - case '2': - /* Test the SET_BINARY macro. */ - SET_BINARY (1); - fputs ("Hello\n", stdout); - break; - default: break; } |