Skip to content

Commit 9e5bea6

Browse files
committed
1 parent d3a5f15 commit 9e5bea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ptx_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ end
114114
@test occursin(r"@\w*kernel\w*\(\[1 x i64\] %state", ir)
115115

116116
# child1 doesn't use the state
117-
@test occursin(r"@\w*child1\w*\(i64", ir)
117+
@test occursin(r"@\w*child1\w*\((i64|i8\*)", ir)
118118

119119
# child2 does
120120
@test occursin(r"@\w*child2\w*\(\[1 x i64\] %state", ir)

0 commit comments

Comments
 (0)