From b3025756cafd9865f83fc3d2de6f5aa96f0d05e8 Mon Sep 17 00:00:00 2001 From: Alex Voicu Date: Thu, 31 Jan 2019 01:58:16 +0000 Subject: [PATCH] Deal with remaining unit test issues. --- tests/Unit/HC/hc_array_cpu_access.cpp | 1 - tests/Unit/Overload/Negative/linking_error.cpp | 1 - 2 files changed, 2 deletions(-) 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 //////////////////////////////////////////////////////////////////////////////////