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

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