updated tests to be executed

This commit is contained in:
Arne Döring
2018-11-14 23:14:16 +01:00
committed by Araq
parent 8ea72bdcea
commit e012eb1001
57 changed files with 341 additions and 90 deletions

View File

@@ -1,5 +1,5 @@
discard """
ccodeCheck: "\\i @'deepCopy(' .*"
ccodeCheck: "@'genericDeepCopy(' .*"
action: compile
"""

View File

@@ -1,11 +1,6 @@
discard """
sortoutput: true
output: '''
Hello 1
Hello 2
Hello 3
Hello 4
Hello 5
Hello 6
0
1
2
@@ -16,6 +11,12 @@ Hello 6
7
8
9
Hello 1
Hello 2
Hello 3
Hello 4
Hello 5
Hello 6
'''
"""