Skip to content

Commit

Permalink
Fix unsupported line syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
schweitzpgi committed Sep 26, 2024
1 parent 09da618 commit d2924da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion targettests/Remote-Sim/qvector_init_from_state.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// clang-format on

// FIXME: state handling with new argument synthesis?
// UNSUPPORTED: *
// UNSUPPORTED: c++20

#include <cudaq.h>
#include <iostream>
Expand Down
2 changes: 1 addition & 1 deletion targettests/execution/state_init_err_runtime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// clang-format on

// FIXME! Requires init_state to be implemented via new argument synthesis
// UNSUPPORTED: *
// UNSUPPORTED: {{.*}}

#include <cudaq.h>
#include <iostream>
Expand Down

0 comments on commit d2924da

Please sign in to comment.