aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test2.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test2.c')
-rw-r--r--tests/test2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test2.c b/tests/test2.c
index 17fd4ffc9a..6e93a731a9 100644
--- a/tests/test2.c
+++ b/tests/test2.c
@@ -20,7 +20,7 @@ main (int argc, char**argv)
camel_init ();
camel_debug_level = CAMEL_LOG_LEVEL_FULL_DEBUG;
- message = camel_mime_message_new_with_session( (CamelSession *)NULL);
+ message = camel_mime_message_new ();
input_stream = camel_stream_fs_new_with_name ("mail.test", CAMEL_STREAM_FS_READ);