aboutsummaryrefslogtreecommitdiff
path: root/src/tests
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/test-at-serial-port.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/test-at-serial-port.c b/src/tests/test-at-serial-port.c
index 5aacba2a..c864701f 100644
--- a/src/tests/test-at-serial-port.c
+++ b/src/tests/test-at-serial-port.c
@@ -21,8 +21,8 @@
#include "mm-log.h"
typedef struct {
- gchar *original;
- gchar *without_echo;
+ const gchar *original;
+ const gchar *without_echo;
} EchoRemovalTest;
static const EchoRemovalTest echo_removal_tests[] = {