]> git.sesse.net Git - vlc/blobdiff - test/native/url.c
* Tests for previous commit
[vlc] / test / native / url.c
index f97ce032877952754727c3b5a08d0cb3ff628c2d..e43896ecf5a8140ca5c3a6958c14945286478fee 100644 (file)
@@ -42,7 +42,6 @@ PyObject * test_decode (const char *in, const char *out)
 PyObject *url_decode_test( PyObject *self, PyObject *args )
 {
     printf( "\n" );
-    (void)setvbuf (stdout, NULL, _IONBF, 0);
     if( !test_decode ("this_should_not_be_modified_1234",
                      "this_should_not_be_modified_1234") ) return NULL;