diff options
| author | Daiki Ueno <ueno@gnu.org> | 2022-03-06 07:25:46 +0100 |
|---|---|---|
| committer | Daiki Ueno <ueno@gnu.org> | 2022-03-06 07:25:46 +0100 |
| commit | 04114e4cbc8f422e6b77cfc202d1109c96316117 (patch) | |
| tree | 3875f48ea2f1f573aa2ddcac8ec5d8952d8f56af /tests | |
| parent | 6644979dfe6a15aceea1deaa8ab145a652983372 (diff) | |
| parent | fb5f2da5c06c60bbbcf68b692cef164214a8c9e8 (diff) | |
Merge commit 'fb5f2da5c0'externals/dbus-codegen
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/dbus-codegen-tests.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/dbus-codegen-tests.el b/tests/dbus-codegen-tests.el index 2303976..6184c46 100644 --- a/tests/dbus-codegen-tests.el +++ b/tests/dbus-codegen-tests.el @@ -1,4 +1,4 @@ -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -58,7 +58,8 @@ '(:array (:dict-entry :string :int32)) '(("a" . 1) ("b" . 2) ("c" . 3)))))) -(defconst dbus-codegen-tests-introspection-data "\ +(eval-when-compile + (defconst dbus-codegen-tests-introspection-data "\ <node> <interface name='org.gtk.GDBus.PeerTestInterface'> <method name='HelloPeer'> @@ -79,7 +80,7 @@ value='false'/> </property> </interface> -</node>") +</node>")) (ert-deftest dbus-codegen-define-proxy () (dbus-codegen-define-proxy test-proxy |
