aboutsummaryrefslogtreecommitdiff
path: root/src/nvim
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-09-30 20:38:04 +0800
committerGitHub <noreply@github.com>2023-09-30 20:38:04 +0800
commita4132e1d62c5ef542a05b5ca2c6704f6d992c818 (patch)
tree9de10b8d1717bd8e77ec8d4c547f88fd1741d53f /src/nvim
parent578d63417609de9677bc4bf5be3b265766ef2083 (diff)
downloadrneovim-a4132e1d62c5ef542a05b5ca2c6704f6d992c818.tar.gz
rneovim-a4132e1d62c5ef542a05b5ca2c6704f6d992c818.tar.bz2
rneovim-a4132e1d62c5ef542a05b5ca2c6704f6d992c818.zip
test(unit): move statusline tests to statusline_spec.lua (#25441)
Diffstat (limited to 'src/nvim')
-rw-r--r--src/nvim/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/main.c b/src/nvim/main.c
index 2d7b2f231e..f6fd3abaec 100644
--- a/src/nvim/main.c
+++ b/src/nvim/main.c
@@ -10,7 +10,6 @@
#include <assert.h>
#include <limits.h>
#include <msgpack/pack.h>
-#include <sanitizer/asan_interface.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>