summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/c_runtime/memmove/test1/testinfo.dat
blob: ceb98c314430f6291bfbb9053c8b84cafb7311f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# Copyright (c) Microsoft Corporation.  All rights reserved.
#

Version = 1.0
Section = C Runtime
Function = memmove
Name = Positive Test for memmove
TYPE = DEFAULT
EXE1 = test1
Description
= Test that memmove correctly copies text from one buffer to another
= even when the buffers overlap.