Skip to content

Commit dfd967f

Browse files
committed
fbc-tests: remove debug prints from tests/cpp/call2-fbc.bas
1 parent d06c096 commit dfd967f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/cpp/call2-fbc.bas

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,8 @@ end extern
128128
scope
129129
#if count = 1
130130
dim a as UDT, r as UDT
131-
print "A"
132131
r = n( a )
133-
print "B"
134132
assert( @a = getPtr1() )
135-
print "C"
136133
#elseif count = 2
137134
dim a as UDT, b as UDT, r as UDT
138135
r = n( a, b )

0 commit comments

Comments
 (0)