summaryrefslogtreecommitdiff
path: root/test/pdf-tools-test.el
blob: 50674a7c338ab0dcdd0d265262c668f42fa473cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
;; -*- lexical-binding: t; -*-

;; * ================================================================== *
;; * Tests not fitting anywhere else
;; * ================================================================== *

(require 'ert)

(ert-deftest pdf-tools-semantic-workaround ()
  (let (python-mode-hook)
    (require 'tablist)
    (should (null python-mode-hook))))