forked from M-Labs/nac3
nac3standalone: disable broken tests (#188)
This commit is contained in:
parent
31e76ca3b6
commit
4b8e70f746
|
@ -28,8 +28,9 @@ def run() -> int32:
|
||||||
m2 = -2
|
m2 = -2
|
||||||
output_int32_list(data[m2::m1])
|
output_int32_list(data[m2::m1])
|
||||||
|
|
||||||
get_list_slice()
|
# work around https://git.m-labs.hk/M-Labs/nac3/issues/188
|
||||||
list_slice_assignment()
|
#get_list_slice()
|
||||||
|
#list_slice_assignment()
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
def get_list_slice():
|
def get_list_slice():
|
||||||
|
|
Loading…
Reference in New Issue