Diff between 574a6a13ca71017b308505c98ed99f42e1ad2318 and 9afec68124039e6fb0064d3d7942ca17ab6367c5

Changed Files

File Additions Deletions Status
android/tester-main.h +2 -2 modified

Full Patch

diff --git a/android/tester-main.h b/android/tester-main.h
index b70d193..de9061a 100644
--- a/android/tester-main.h
+++ b/android/tester-main.h
@@ -52,14 +52,14 @@
 
 #define TEST_CASE_BREDR(text, ...) { \
 		HCIEMU_TYPE_BREDR, \
-		"[BR/EDR] "text, \
+		text, \
 		sizeof((struct step[]) {__VA_ARGS__}) / sizeof(struct step), \
 		(struct step[]) {__VA_ARGS__}, \
 	}
 
 #define TEST_CASE_BREDRLE(text, ...) { \
 		HCIEMU_TYPE_BREDRLE, \
-		"[DUAL] "text, \
+		text, \
 		sizeof((struct step[]) {__VA_ARGS__}) / sizeof(struct step), \
 		(struct step[]) {__VA_ARGS__}, \
 	}