Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Apr 9, 2024
1 parent d3a5f15 commit 9e5bea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ptx_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ end
@test occursin(r"@\w*kernel\w*\(\[1 x i64\] %state", ir)

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

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

0 comments on commit 9e5bea6

Please sign in to comment.