mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-19 07:21:19 +00:00
hopefully this time the tests will compile on the server
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
discard """
|
||||
output: '''
|
||||
This exe: /home/arne/proj/nim/Nim/tests/misc/tcmdline
|
||||
Number of parameters: 0
|
||||
tests/misc/tcmdline
|
||||
'''
|
||||
outputsub: "Number of parameters: 0"
|
||||
"""
|
||||
# Test the command line
|
||||
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
discard """
|
||||
"""
|
||||
|
||||
import os
|
||||
|
||||
const size = 250000000
|
||||
var saved = newSeq[seq[int8]]()
|
||||
|
||||
@@ -10,7 +8,6 @@ for i in 0..22:
|
||||
# one of these is 0.25GB.
|
||||
#echo i
|
||||
var x = newSeq[int8](size)
|
||||
sleep(10)
|
||||
saved.add(x)
|
||||
|
||||
for x in saved:
|
||||
|
||||
Reference in New Issue
Block a user