emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/dart-mode be56df541d 1/2: Require dart-mode in ERT tests.


From: ELPA Syncer
Subject: [nongnu] elpa/dart-mode be56df541d 1/2: Require dart-mode in ERT tests.
Date: Thu, 23 May 2024 22:01:02 -0400 (EDT)

branch: elpa/dart-mode
commit be56df541d1b63d269c3eadb1260f31f3bd71ace
Author: Xiyue Deng <manphiz@gmail.com>
Commit: Xiyue Deng <manphiz@gmail.com>

    Require dart-mode in ERT tests.
    
    * This makes it easier to run ERT tests in environment without eask,
    such as when preparing package for Debian.
---
 test/test-font-lock.el   | 1 +
 test/test-indentation.el | 1 +
 2 files changed, 2 insertions(+)

diff --git a/test/test-font-lock.el b/test/test-font-lock.el
index 2c4de62dcc..78889c59ed 100644
--- a/test/test-font-lock.el
+++ b/test/test-font-lock.el
@@ -1,3 +1,4 @@
+(require 'dart-mode)
 (require 'faceup)
 
 (defvar dart-font-lock-test-dir (faceup-this-file-directory))
diff --git a/test/test-indentation.el b/test/test-indentation.el
index 821aaaf6a9..f3c5778815 100644
--- a/test/test-indentation.el
+++ b/test/test-indentation.el
@@ -1,3 +1,4 @@
+(require 'dart-mode)
 
 (defun dart-ert-test-indentation-of-file (file)
   (with-temp-buffer



reply via email to

[Prev in Thread] Current Thread [Next in Thread]