mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-26 21:10:42 +00:00
tests: Fix error strings
They were copy-pasted from e1000e and never changed. Signed-off-by: Juan Quintela <quintela@redhat.com> Message-Id: <20220902165126.1482-7-quintela@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
a772ddc1c0
commit
a65c9527fd
@ -35,7 +35,7 @@ static void *e1000_get_driver(void *obj, const char *interface)
|
||||
return &e1000->dev;
|
||||
}
|
||||
|
||||
fprintf(stderr, "%s not present in e1000e\n", interface);
|
||||
fprintf(stderr, "%s not present in e1000\n", interface);
|
||||
g_assert_not_reached();
|
||||
}
|
||||
|
||||
|
@ -28,7 +28,7 @@ static void *es1370_get_driver(void *obj, const char *interface)
|
||||
return &es1370->dev;
|
||||
}
|
||||
|
||||
fprintf(stderr, "%s not present in e1000e\n", interface);
|
||||
fprintf(stderr, "%s not present in es1370\n", interface);
|
||||
g_assert_not_reached();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user