blob: be559467c805d6f6986f57c1b99dc014797282e0 [file] [log] [blame]
Bram Moolenaar2d6c8002016-01-03 23:31:24 +01001" Test that the system menu can be loaded.
2
3func Test_load_menu()
4 try
5 source $VIMRUNTIME/menu.vim
6 catch
7 call assert_false(1, 'error while loading menus: ' . v:exception)
8 endtry
9endfunc