From d60615583f9714defb515424665971990504f230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20D=C3=B6ring?= Date: Mon, 19 Nov 2018 10:57:46 +0100 Subject: [PATCH] hopefully this time the tests will compile on the server --- tests/misc/tcmdline.nim | 6 +----- tests/system/t7894.nim | 3 --- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/tests/misc/tcmdline.nim b/tests/misc/tcmdline.nim index 3ccb75dcc5..2c4768716f 100644 --- a/tests/misc/tcmdline.nim +++ b/tests/misc/tcmdline.nim @@ -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 diff --git a/tests/system/t7894.nim b/tests/system/t7894.nim index 2808e50200..a1083f7f77 100644 --- a/tests/system/t7894.nim +++ b/tests/system/t7894.nim @@ -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: