projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf72b57
)
vhost-user-test: remove useless static check
author
Marc-André Lureau
<marcandre.lureau@redhat.com>
Fri, 9 Oct 2015 15:17:36 +0000
(17:17 +0200)
committer
Michael S. Tsirkin
<mst@redhat.com>
Thu, 22 Oct 2015 11:34:49 +0000
(14:34 +0300)
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Tested-by: Thibaut Collet <thibaut.collet@6wind.com>
tests/vhost-user-test.c
patch
|
blob
|
history
diff --git
a/tests/vhost-user-test.c
b/tests/vhost-user-test.c
index 827c0c4a9765769f90186fb6ecb480ac177310a4..4be55835ad29cf5e8ca7a925809fb5d4aced3874 100644
(file)
--- a/
tests/vhost-user-test.c
+++ b/
tests/vhost-user-test.c
@@
-186,7
+186,6
@@
static void read_guest_mem(void)
munmap(guest_mem, memory.regions[i].memory_size);
}
- g_assert_cmpint(1, ==, 1);
g_mutex_unlock(&data_mutex);
}