2
0
mirror of https://github.com/m-labs/artiq.git synced 2025-02-13 02:53:19 +08:00

Update error_with_rpc to reflect changes in error message

This commit is contained in:
Jonathan Coates 2025-01-31 14:23:03 +00:00 committed by David Nadlinger
parent c50f3a1c12
commit d4bd4e5879

View File

@ -15,6 +15,6 @@ c = contextmgr()
@kernel
def entrypoint():
# CHECK-L: ${LINE:+1}: error: function '__enter__[rpc2 #](...)->NoneType' must be a @kernel function
# CHECK-L: ${LINE:+1}: error: function '__enter__[rpc2 #](...)->NoneType' must be a @kernel
with c:
pass