]> git.sesse.net Git - vlc/blobdiff - test/libvlc/core.c
Configure: warn is panoramix is disabled
[vlc] / test / libvlc / core.c
index 53cb8c8c511bb4f736d7cd32d4b70f825565aa47..3871e5e8197e01e052674a9fe025eabb1a9f00b4 100644 (file)
@@ -29,9 +29,8 @@ static void test_core (const char ** argv, int argc)
 
     log ("Testing core\n");
 
-    libvlc_exception_init (&ex);
-    vlc = libvlc_new (argc, argv, &ex);
-    catch ();
+    vlc = libvlc_new (argc, argv);
+    assert (vlc != NULL);
 
     libvlc_retain (vlc);
     libvlc_release (vlc);