]> Git Repo - qemu.git/blobdiff - tests/test-char.c
tests/acpi: add a new ACPI table in order to test root pci hotplug on/off
[qemu.git] / tests / test-char.c
index 614bdac2df8c38fe018dfe19d9273bb2e0327414..d35cc839bc60db1884c3f265629b40256cbfb6bb 100644 (file)
@@ -1200,7 +1200,7 @@ static void char_serial_test(void)
 
     /* test tty alias */
     qemu_opt_set(opts, "backend", "tty", &error_abort);
-    chr = qemu_chr_new_from_opts(opts, NULL, NULL);
+    chr = qemu_chr_new_from_opts(opts, NULL, &error_abort);
     g_assert_nonnull(chr);
     object_unparent(OBJECT(chr));
 
This page took 0.026999 seconds and 4 git commands to generate.