mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 22:10:33 +00:00
* try using endsWith
* use memcmp
* add cache
* cleanup
* better
* minor
* fix
* improve test coverage for methods with ARC
(cherry picked from commit 8bfc396a4d)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
discard """
|
||||
matrix: "--mm:arc; --mm:refc"
|
||||
output: '''wow2
|
||||
X 1
|
||||
X 3'''
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
discard """
|
||||
matrix: "--mm:arc; --mm:refc"
|
||||
output: '''
|
||||
wof!
|
||||
wof!
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
discard """
|
||||
matrix: "--mm:arc; --mm:refc"
|
||||
output: '''
|
||||
do nothing
|
||||
HELLO WORLD!
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
discard """
|
||||
cmd: "nim c --multimethods:off $file"
|
||||
matrix: "--mm:arc --multimethods:off; --mm:refc --multimethods:off"
|
||||
output: '''base
|
||||
base
|
||||
base
|
||||
|
||||
Reference in New Issue
Block a user