From 91f41052feaa5e0fba5d5297a171d163e9d48886 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 13 Feb 2022 17:24:47 +0800 Subject: [PATCH] test: remove outdated comment --- nac3standalone/demo/src/lists.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nac3standalone/demo/src/lists.py b/nac3standalone/demo/src/lists.py index 911737a8..ca153a8d 100644 --- a/nac3standalone/demo/src/lists.py +++ b/nac3standalone/demo/src/lists.py @@ -28,7 +28,6 @@ def run() -> int32: m2 = -2 output_int32_list(data[m2::m1]) - # work around https://git.m-labs.hk/M-Labs/nac3/issues/188 get_list_slice() list_slice_assignment() return 0