Skip to content

Commit d84f2ea

Browse files
committed
Fix agian
1 parent 1c9e7da commit d84f2ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/gcn.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,9 @@ end
261261
end
262262

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

0 commit comments

Comments
 (0)