summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/c_runtime/realloc/test1/testinfo.dat
blob: 5d2a32224e8e2228ba29c49b58786df6c3c3ebb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
# See the LICENSE file in the project root for more information.

Version = 1.0
Section = C Runtime
Function = realloc
Name = Positive Test for realloc
TYPE = DEFAULT
EXE1 = test1
Description
= Uses realloc to allocate and realloate memory, checking that memory
= contents are copied when the memory is reallocated.