Skip to content

Commit 3df173f

Browse files
committed
Again!
1 parent d84f2ea commit 3df173f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/gcn.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,8 @@ end
262262

263263
@test @filecheck begin
264264
check"CHECK: .type {{(julia|j)_nonentry_[0-9]+}},@function"
265-
check"CHECK: .amdhsa_kernel _Z5entry5Int64"
266-
check"CHECK-NOT: .amdhsa_kernel {{(julia|j)_nonentry_[0-9]+}}"
265+
check"CHECK: .symbol:{{.*}}_Z5entry5Int64.kd"
266+
check"CHECK-NOT: .symbol:{{.*}}nonentry"
267267
GCN.code_native(mod.entry, Tuple{Int64}; dump_module=true, kernel=true)
268268
end
269269
end

0 commit comments

Comments
 (0)