]> code.delx.au - gnu-emacs-elpa/blob - packages/test-simple/test/test-no-clear.el
Add 'packages/realgud/' from commit 'd811316e6a0f4eeee8a1347f504c196c86baa2cb'
[gnu-emacs-elpa] / packages / test-simple / test / test-no-clear.el
1 (require 'cl)
2 (load-file "../test-simple.el")
3 ;; We don't do this or test-simple-start
4 ;; (test-simple-clear)
5
6 (note "no-test-start")
7 (assert-t (memq 'test-simple features) "'test-simple provided")
8
9 (assert-nil nil)
10
11 (end-tests)