Skip to content

Commit 0e02b96

Browse files
* Failing tests - fix the RUN command
Signed-off-by: Pradnya Khalate <[email protected]>
1 parent b2f9955 commit 0e02b96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

targettests/execution/cudaq_run_unsupported_ret_ty_1.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
******************************************************************************/
88

99
// clang-format off
10-
// RUN: nvq++ %cpp_std %s -o %t && %t |& FileCheck %s -check-prefix=FAIL
10+
// RUN: nvq++ %cpp_std %s |& FileCheck %s -check-prefix=FAIL
1111
// clang-format on
1212

1313
#include <cudaq.h>

targettests/execution/cudaq_run_unsupported_ret_ty_2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
******************************************************************************/
88

99
// clang-format off
10-
// RUN: nvq++ %cpp_std %s -o %t && %t |& FileCheck %s -check-prefix=FAIL
10+
// RUN: nvq++ %cpp_std %s |& FileCheck %s -check-prefix=FAIL
1111
// clang-format on
1212

1313
#include <cudaq.h>

0 commit comments

Comments
 (0)