Skip to content

Commit

Permalink
[HIPIFY][SWDEV-481313][tests][fix] Fix the test `transforming_matcher…
Browse files Browse the repository at this point in the history
…s.cu` failed to compile on Linux
  • Loading branch information
emankov committed Aug 27, 2024
1 parent 2b6db7c commit eb2b6cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit_tests/synthetic/transforming_matchers.cu
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// RUN: %run_test hipify "%s" "%t" %hipify_args %clang_args

// CHECK: #include <hip/hip_runtime.h>
#include <stdio.h>

template <typename T>
void check(T result, char const *const func, const char *const file, int const line) {
Expand Down

0 comments on commit eb2b6cf

Please sign in to comment.