diff --git a/tests/Unit/HC/hc_array_cpu_access.cpp b/tests/Unit/HC/hc_array_cpu_access.cpp index 0b5e0914886..af872a65516 100644 --- a/tests/Unit/HC/hc_array_cpu_access.cpp +++ b/tests/Unit/HC/hc_array_cpu_access.cpp @@ -1,4 +1,3 @@ -// XFAIL: * // RUN: %hc %s -o %t.out && %t.out #include diff --git a/tests/Unit/Overload/Negative/linking_error.cpp b/tests/Unit/Overload/Negative/linking_error.cpp index 9c081fdf90b..91687e22563 100644 --- a/tests/Unit/Overload/Negative/linking_error.cpp +++ b/tests/Unit/Overload/Negative/linking_error.cpp @@ -1,4 +1,3 @@ -// XFAIL: * // RUN: %cxxamp %s -o %t.out 2>&1 | %FileCheck --strict-whitespace %s //////////////////////////////////////////////////////////////////////////////////