citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 95b1b0b9b0a3eeda56ea16a346af2ccd8be3850a
parent 80433a795cc1f3ebc1cdd133b918d2286b194af3
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Wed,  8 Jun 2016 23:29:33 -0600

e2e: tweak instrumentation sites again

Diffstat:
Me2e/vim.t | 18+++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/e2e/vim.t b/e2e/vim.t @@ -72,23 +72,23 @@ my @known_good = ( [ "digraph.c", 2540, 152 ], [ "edit.c", 10246, 2363 ], [ "eval.c", 24360, 5000 ], - [ "ex_cmds.c", 7682, 1738 ], + [ "ex_cmds.c", 7682, 1734 ], [ "ex_cmds2.c", 4415, 798 ], [ "ex_docmd.c", 11511, 2320 ], [ "ex_eval.c", 2296, 423 ], [ "ex_getln.c", 6644, 1498 ], [ "fileio.c", 10479, 1846 ], - [ "fold.c", 3458, 667 ], + [ "fold.c", 3458, 664 ], [ "getchar.c", 5317, 982 ], - [ "gui.c", 5539, 1047 ], + [ "gui.c", 5539, 1045 ], [ "gui_beval.c", 1344, 237 ], [ "gui_gtk.c", 1962, 531 ], [ "gui_gtk_f.c", 845, 189 ], - [ "gui_gtk_x11.c", 6058, 1107 ], + [ "gui_gtk_x11.c", 6058, 1103 ], [ "hardcopy.c", 3682, 800 ], [ "hashtab.c", 504, 126 ], [ "if_cscope.c", 2611, 71 ], - [ "if_xcmdsrv.c", 1493, 415 ], + [ "if_xcmdsrv.c", 1493, 413 ], [ "main.c", 4156, 840 ], [ "mark.c", 1832, 455 ], [ "mbyte.c", 6315, 841 ], @@ -99,10 +99,10 @@ my @known_good = ( [ "misc1.c", 10939, 2319 ], [ "misc2.c", 6644, 990 ], [ "move.c", 2922, 585 ], - [ "netbeans.c", 3942, 841 ], + [ "netbeans.c", 3942, 837 ], [ "normal.c", 9623, 2141 ], [ "ops.c", 6794, 1564 ], - [ "option.c", 11844, 2014 ], + [ "option.c", 11844, 2012 ], [ "os_unix.c", 7365, 1124 ], [ "popupmnu.c", 730, 183 ], [ "pty.c", 426, 89 ], @@ -112,8 +112,8 @@ my @known_good = ( [ "search.c", 5608, 1332 ], [ "sha256.c", 440, 122 ], [ "spell.c", 16088, 3150 ], - [ "syntax.c", 9809, 1824 ], - [ "tag.c", 3940, 723 ], + [ "syntax.c", 9809, 1822 ], + [ "tag.c", 3940, 721 ], [ "term.c", 6013, 832 ], [ "ui.c", 3289, 718 ], [ "undo.c", 3366, 777 ],