aboutsummaryrefslogtreecommitdiff
path: root/tests/qtest/tpm-tis-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qtest/tpm-tis-test.c')
-rw-r--r--tests/qtest/tpm-tis-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qtest/tpm-tis-test.c b/tests/qtest/tpm-tis-test.c
index 79ffbc943e..6fee4779ea 100644
--- a/tests/qtest/tpm-tis-test.c
+++ b/tests/qtest/tpm-tis-test.c
@@ -29,7 +29,7 @@ int main(int argc, char **argv)
int ret;
char *args, *tmp_path = g_dir_make_tmp("qemu-tpm-tis-test.XXXXXX", NULL);
GThread *thread;
- TestState test;
+ TPMTestState test;
module_call_init(MODULE_INIT_QOM);
g_test_init(&argc, &argv, NULL);