Fix module tests on some systems
commit45944e0183af5b6a2e31248a815fb061f9757eed
authorPhilipp Stephani <phst@google.com>
Fri, 19 May 2017 11:26:29 +0000 (19 13:26 +0200)
committerPhilipp Stephani <phst@google.com>
Fri, 19 May 2017 11:30:25 +0000 (19 13:30 +0200)
treeb1ef7f1fc7cb477073d2fd5708996107140bf179
parentc189986b241cbe79b0e027fa08bba710ac645bb3
Fix module tests on some systems

If dladdr(3) isn't available or didn't work, the printed
representation of a module function will not include the file name,
but only the address.  Make the tests pass in that case.

* test/src/emacs-module-tests.el (module-function-object): Fix match for
module function printed representation
test/src/emacs-module-tests.el