mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
518 B
Plaintext
16 lines
518 B
Plaintext
$NetBSD: patch-bd,v 1.2 2015/12/29 23:34:52 dholland Exp $
|
|
|
|
Test for patch-bg.
|
|
|
|
--- vsuite/quick/ptrstr/No_input.std.orig 2005-03-11 09:46:24.000000000 +0100
|
|
+++ vsuite/quick/ptrstr/No_input.std
|
|
@@ -0,0 +1,8 @@
|
|
+Testing pointer-string-pointer conversions:
|
|
+Null pointer: ==null== ; string: ==null== ; int: 0 ; pt(==null==): ==null==
|
|
+pointer identity: true
|
|
+string identity: true
|
|
+pointerX identity: true
|
|
+Expect invalid conversion:
|
|
+RTS abort: file pointer.mpd, line 31:
|
|
+ illegal conversion: pointer("invalid")
|