summaryrefslogtreecommitdiffstats
path: root/src/alloc.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-01-15 20:48:22 +0100
committerBram Moolenaar <Bram@vim.org>2016-01-15 20:48:22 +0100
commita260b87d9da17f605666630f18c1ed909c2b8bae (patch)
tree03fb7aaf4b31ace780c4b040537e65c695b63457 /src/alloc.h
parent3d6d5cc3a417c04d9772596ea83f8e6b41321781 (diff)
patch 7.4.1096v7.4.1096
Problem: Need several lines to verify a command produces an error. Solution: Add assert_fails(). (suggested by Nikolay Pavlov) Make the quickfix alloc test actually work.
Diffstat (limited to 'src/alloc.h')
-rw-r--r--src/alloc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/alloc.h b/src/alloc.h
index c237ef348c..7a992c689f 100644
--- a/src/alloc.h
+++ b/src/alloc.h
@@ -17,4 +17,5 @@ typedef enum {
aid_qf_namebuf,
aid_qf_errmsg,
aid_qf_pattern,
+ aid_last,
} alloc_id_T;