Skip to content

Commit

Permalink
Remove debugging statements
Browse files Browse the repository at this point in the history
  • Loading branch information
lbushi25 committed Jan 30, 2024
1 parent 1c2f31a commit 3303a96
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sycl/test-e2e/Annotated_arg_ptr/annotated_arg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
//

#include "common.hpp"
#include <iostream>
struct test {
int a;
int *b;
Expand Down Expand Up @@ -84,7 +83,6 @@ int main() {
auto a_ptr = annotated_arg{a};
for (int i = 0; i < 8; i++)
a_ptr[i] = i;
std::cout << "Hello!" << std::endl;
int *b = nullptr;
try {
b = malloc_shared<int>(4, Q);
Expand Down

0 comments on commit 3303a96

Please sign in to comment.