From e0c31f6a304496b597a51ce98af419ec815bec74 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 1 Mar 2017 15:07:05 +0100 Subject: patch 8.0.0392: GUI test fails with Athena and Motif Problem: GUI test fails with Athena and Motif. Solution: Add test_ignore_error(). Use it to ignore the "failed to create input context" error. --- src/proto/message.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'src/proto/message.pro') diff --git a/src/proto/message.pro b/src/proto/message.pro index c9d62c66e..9a79f14a6 100644 --- a/src/proto/message.pro +++ b/src/proto/message.pro @@ -8,6 +8,7 @@ void trunc_string(char_u *s, char_u *buf, int room_in, int buflen); void reset_last_sourcing(void); void msg_source(int attr); int emsg_not_now(void); +void ignore_error_for_testing(char_u *error); void do_perror(char *msg); int emsg(char_u *s); int emsg2(char_u *s, char_u *a1); -- cgit v1.2.3