Skip to content

Commit

Permalink
Update skip message for test on simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarkall committed Sep 2, 2020
1 parent 6afafcf commit 5daa538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numba/cuda/tests/cudapy/test_sm_creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def test_global_build_tuple(self):
udt = cuda.jit((float32[:, :],))(udt_global_build_tuple)
udt[1, 1](self.getarg2())

@skip_on_cudasim('Simulator does not perform macro expansion')
@skip_on_cudasim('Simulator does not prohibit lists for shared array shape')
def test_global_build_list(self):
with self.assertRaises(TypingError) as raises:
cuda.jit((float32[:, :],))(udt_global_build_list)
Expand Down

0 comments on commit 5daa538

Please sign in to comment.