nac3standalone: disable broken tests (#188)

escape-analysis
Sebastien Bourdeauducq 2022-02-13 11:41:42 +08:00
parent 31e76ca3b6
commit 4b8e70f746
1 changed files with 3 additions and 2 deletions

View File

@ -28,8 +28,9 @@ def run() -> int32:
m2 = -2
output_int32_list(data[m2::m1])
get_list_slice()
list_slice_assignment()
# work around https://git.m-labs.hk/M-Labs/nac3/issues/188
#get_list_slice()
#list_slice_assignment()
return 0
def get_list_slice():