mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-28 22:10:29 +02:00
Merge remote-tracking branch 'origin/stable-2.0'
This commit is contained in:
commit
1160e2d94e
9 changed files with 80 additions and 79 deletions
|
@ -51,6 +51,10 @@
|
|||
(pass-if "null-pointer? %null-pointer"
|
||||
(null-pointer? %null-pointer))
|
||||
|
||||
(pass-if-exception "dereference-pointer %null-pointer"
|
||||
exception:null-pointer-error
|
||||
(dereference-pointer %null-pointer))
|
||||
|
||||
(pass-if-exception "pointer->bytevector %null-pointer"
|
||||
exception:null-pointer-error
|
||||
(pointer->bytevector %null-pointer 7)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue