switch detail to be CS_OPT_OFF by default
diff --git a/tests/test_ppc.c b/tests/test_ppc.c
index 91d267f..30d1d2d 100644
--- a/tests/test_ppc.c
+++ b/tests/test_ppc.c
@@ -93,6 +93,8 @@
 		if (cs_open(platforms[i].arch, platforms[i].mode, &handle))
 			return;
 
+		cs_option(handle, CS_OPT_DETAIL, CS_OPT_ON);
+
 		size_t count = cs_disasm_ex(handle, platforms[i].code, platforms[i].size, address, 0, &insn);
 		if (count) {
 			printf("****************\n");