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

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

[elpa] externals/beardbolt a74d54e764 109/323: Fix tests


From: ELPA Syncer
Subject: [elpa] externals/beardbolt a74d54e764 109/323: Fix tests
Date: Thu, 9 Mar 2023 10:58:22 -0500 (EST)

branch: externals/beardbolt
commit a74d54e764a8c0bf6e9873e6c9865945b2dac53a
Author: Jay Kamat <jaygkamat@gmail.com>
Commit: Jay Kamat <jaygkamat@gmail.com>

    Fix tests
---
 test/rmsbolt-test.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/test/rmsbolt-test.el b/test/rmsbolt-test.el
index 9efffb4361..8880b1caeb 100644
--- a/test/rmsbolt-test.el
+++ b/test/rmsbolt-test.el
@@ -32,7 +32,7 @@
 (ert-deftest filter-tests-all-c ()
   "Test if assembly filteration in c is working."
   (with-temp-buffer
-    (setq-local rmsbolt-dissasemble nil)
+    (setq-local rmsbolt-disassemble nil)
     (setq-local rmsbolt-filter-comment-only t)
     (setq-local rmsbolt-filter-directives t)
     (setq-local rmsbolt-filter-labels t)
@@ -40,7 +40,7 @@
 (ert-deftest filter-tests-none-c ()
   "Test if assembly filteration in c is working."
   (with-temp-buffer
-    (setq-local rmsbolt-dissasemble nil)
+    (setq-local rmsbolt-disassemble nil)
     (setq-local rmsbolt-filter-comment-only nil)
     (setq-local rmsbolt-filter-directives nil)
     (setq-local rmsbolt-filter-labels nil)
@@ -48,7 +48,7 @@
 (ert-deftest filter-tests-dir-c ()
   "Test if assembly filteration in c is working."
   (with-temp-buffer
-    (setq-local rmsbolt-dissasemble nil)
+    (setq-local rmsbolt-disassemble nil)
     (setq-local rmsbolt-filter-comment-only nil)
     (setq-local rmsbolt-filter-directives t)
     (setq-local rmsbolt-filter-labels nil)
@@ -56,7 +56,7 @@
 (ert-deftest filter-tests-weak-ref-c ()
   "Test if assembly filteration in c is working."
   (with-temp-buffer
-    (setq-local rmsbolt-dissasemble nil)
+    (setq-local rmsbolt-disassemble nil)
     (setq-local rmsbolt-filter-comment-only nil)
     (setq-local rmsbolt-filter-directives t)
     (setq-local rmsbolt-filter-labels t)



reply via email to

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