summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test10/testinfo.dat
diff options
context:
space:
mode:
Diffstat (limited to 'src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test10/testinfo.dat')
-rw-r--r--src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test10/testinfo.dat14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test10/testinfo.dat b/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test10/testinfo.dat
deleted file mode 100644
index e1eafb6e38..0000000000
--- a/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test10/testinfo.dat
+++ /dev/null
@@ -1,14 +0,0 @@
-#
-# Copyright (c) Microsoft Corporation. All rights reserved.
-#
-
-Version = 1.0
-Section = threading
-Function = SetConsoleCtrlHandler
-Name = Positive test for SetConsoleCtrlHandler
-TYPE = DEFAULT
-EXE1 = test10
-Description
-= Test to ensure proper operation of the SetConsoleCtrlHandler()
-= API by checking whether a console control handler function can
-= be set and called for a CTRL_BREAK_EVENT.