summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/c_runtime/vsprintf/test14/testinfo.dat
blob: a74faaeb617ff9ef9a24a76ec3cf0218d5d8a13e (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 = vsprintf
Name = Positive Test for vsprintf
TYPE = DEFAULT
EXE1 = test14
Description
= Tests the PAL implementation of the vsprintf function.
= Tests vsprintf with exponential format doubles (lowercase).
= This test is modeled after _snprintf.