tests/test-contrib-emacs.t
author Valentin Gatien-Baron <valentin.gatienbaron@gmail.com>
Sun, 17 May 2020 12:28:32 -0400
changeset 44901 73d6ce2746d2
parent 41797 19979b8b87e2
child 45460 814c7430f828
permissions -rw-r--r--
rust: fix warning about unnecessary mut If there's a reason to use mut (like compability with older compilers), then we should stick `#[allow(unused_mut)]` on the declaration. Differential Revision: https://phab.mercurial-scm.org/D8538

#require emacs
  $ emacs -q -no-site-file -batch -l $TESTDIR/../contrib/hg-test-mode.el \
  >  -f ert-run-tests-batch-and-exit
  Running 1 tests (*) (glob)
     passed  1/1  hg-test-mode--compilation-mode-support
  
  Ran 1 tests, 1 results as expected (*) (glob)