summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/c_runtime/_vsnprintf/test5/testinfo.dat
blob: 69b1aa8ccba717bede4a9ddf291b5cc2bea61600 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# Copyright (c) Microsoft Corporation.  All rights reserved.
#

Version = 1.0
Section = C Runtime
Function = _vsnprintf
Name = Positive Test for _vsnprintf
TYPE = DEFAULT
EXE1 = test5
Description
= Tests the PAL implementation of the _vsnprintf function.
= Tests _vsnprintf with the count specifier.
= This test is modeled after _snprintf.