Skip to content

Commit

Permalink
Fix test issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
schweitzpgi committed May 2, 2024
1 parent 5774cc3 commit cb1aab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targettests/Remote-Sim/unsupport_args.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ int main() {
counts.dump();
}
{
auto counts = cudaq::sample(run_grover{}, 3, 1, oracle_func);
auto counts = cudaq::sample(run_grover{}, 3, 1, *oracle_func);
// CHECK NEXT: Callable entry-point kernel arguments are not supported for
// CHECK NEXT: the remote simulator platform in library mode. Please
// CHECK NEXT: rewrite the entry point kernel or use MLIR mode.
Expand Down

0 comments on commit cb1aab2

Please sign in to comment.