Skip to content

Commit

Permalink
Remove unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pvasireddy-amd committed Oct 23, 2024
1 parent e05429b commit 6e40239
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions programming_examples/basic/passthrough_dmas/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ int main(int argc, const char *argv[]) {
uint32_t ref = (i + 1);
if (*(bufOut + i) != ref) {
errors++;
std::cout<<*(bufOut+i)<<", "<<ref<<std::endl;
}
}

Expand All @@ -193,4 +192,4 @@ int main(int argc, const char *argv[]) {
std::cout << std::endl << "fail." << std::endl << std::endl;
return 1;
}
}
}

0 comments on commit 6e40239

Please sign in to comment.