summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test13/testinfo.dat
blob: 685153c70563e77a95f41c3471095a5f527ceb08 (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 = _vsnwprintf
Name = Positive Test for _vsnwprintf
TYPE = DEFAULT
EXE1 = test13
Description
= Tests the PAL implementation of the _vsnwprintf function.
= Tests _vsnwprintf with hex numbers (uppercase).
= This test is modeled after _snwprintf.