From d4bd4e587958a3ea249a7d4759d2ddf144d51a85 Mon Sep 17 00:00:00 2001 From: Jonathan Coates Date: Fri, 31 Jan 2025 14:23:03 +0000 Subject: [PATCH] Update error_with_rpc to reflect changes in error message --- artiq/test/lit/embedding/error_with_rpc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/test/lit/embedding/error_with_rpc.py b/artiq/test/lit/embedding/error_with_rpc.py index 4f0fce23e..1548e7407 100644 --- a/artiq/test/lit/embedding/error_with_rpc.py +++ b/artiq/test/lit/embedding/error_with_rpc.py @@ -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