summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Windows/queue_user_work_item.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/Windows/queue_user_work_item.cc')
-rw-r--r--test/asan/TestCases/Windows/queue_user_work_item.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/asan/TestCases/Windows/queue_user_work_item.cc b/test/asan/TestCases/Windows/queue_user_work_item.cc
index 2a0b622f6..2a8beb828 100644
--- a/test/asan/TestCases/Windows/queue_user_work_item.cc
+++ b/test/asan/TestCases/Windows/queue_user_work_item.cc
@@ -1,11 +1,6 @@
// Make sure we can throw exceptions from work items executed via
// QueueUserWorkItem.
//
-// Clang doesn't support exceptions on Windows yet, so for the time being we
-// build this program in two parts: the code with exceptions is built with CL,
-// the rest is built with Clang. This represents the typical scenario when we
-// build a large project using "clang-cl -fallback -fsanitize=address".
-//
// RUN: %clangxx_asan %s -o %t.exe
// RUN: %run %t.exe 2>&1 | FileCheck %s