mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-25 16:53:59 +00:00
This reverts commit 8038ad4e58.
This commit is contained in:
@@ -240,11 +240,3 @@ block: # bug #17197
|
||||
result = true
|
||||
|
||||
doAssert needlemanWunsch("ABC", "DEFG", 1, 2, 3)
|
||||
|
||||
block: # bug #12340
|
||||
func consume(x: sink seq[int]) =
|
||||
x[0] += 5
|
||||
|
||||
let x = @[1, 2, 3, 4]
|
||||
consume x
|
||||
doAssert x == @[1, 2, 3, 4]
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
discard """
|
||||
matrix: "--mm:orc"
|
||||
matrix: "--mm:orc; --mm:refc"
|
||||
"""
|
||||
|
||||
# TODO: --mm:refc
|
||||
|
||||
import std/marshal
|
||||
import std/[assertions, objectdollar, streams]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user