hopefully this time the tests will compile on the server

This commit is contained in:
Arne Döring
2018-11-19 10:57:46 +01:00
committed by Araq
parent 27a9e369de
commit d60615583f
2 changed files with 1 additions and 8 deletions

View File

@@ -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

View File

@@ -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: