Skip to content

Commit

Permalink
Move the test, too
Browse files Browse the repository at this point in the history
  • Loading branch information
espenhw committed Mar 11, 2009
1 parent 9ca2ff8 commit 6c41aa2
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,14 @@
;;

;;; Mocking
(provide 'semantic-load)
(provide 'semantic)
(provide 'semantic-ctxt)
(provide 'semantic-find)
(provide 'semantic-wisent)
(provide 'wisent-java)
(provide 'working)
(provide 'wisent-malabar-java-wy)

(defmacro define-mode-local-override (&rest ignore)
nil)

(require 'malabar-mode)
(require 'malabar-complete)

(deftest "expression-kind constructor"
(assert-eq 'constructor-call (malabar--expression-kind "new Foo()")))
Expand Down

0 comments on commit 6c41aa2

Please sign in to comment.