summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test7/testinfo.dat
diff options
context:
space:
mode:
Diffstat (limited to 'src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test7/testinfo.dat')
-rw-r--r--src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test7/testinfo.dat15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test7/testinfo.dat b/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test7/testinfo.dat
deleted file mode 100644
index 67bdb1c389..0000000000
--- a/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test7/testinfo.dat
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# Copyright (c) Microsoft Corporation. All rights reserved.
-#
-
-Version = 1.0
-Section = threading
-Function = SetConsoleCtrlHandler
-Name = Positive test for SetConsoleCtrlHandler
-TYPE = DEFAULT
-EXE1 = test7
-Description
-= Test to ensure proper operation of the SetConsoleCtrlHandler()
-= API by checking whether a console control handler function is
-= actually removed by the API when it returns success for that
-= operation.