summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT/test2/testinfo.dat
blob: 2b164a81a5bf2be5c8a9650990433813bc87bbb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Copyright (c) Microsoft Corporation.  All rights reserved.
#

Version = 1.0
Section = exception_handling
Function = PAL_TRY and PAL_EXCEPT (test 2)
Name = Test for PAL_TRY and PAL_EXCEPT
Type = DEFAULT 
EXE1 = pal_try_except
LANG = cpp
Description
= Since these two are so closely connected, they are tested together.
= In this test, no exceptions are forced to ensure the EXCEPTION block
= isn't hit. Booleans are used to ensure the proper code blocks are hit.