mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-16 08:04:20 +00:00
make tests/concepts/t3330.nim disabled again: the order of candidates is machine dependent
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
discard """
|
||||
errormsg: "type mismatch: got <Bar[system.int]>"
|
||||
disabled: "false"
|
||||
disabled: "true"
|
||||
nimout: '''
|
||||
t3330.nim(78, 4) Error: type mismatch: got <Bar[system.int]>
|
||||
but expected one of:
|
||||
@@ -46,10 +46,10 @@ t3330.nim(71, 6) Foo: 'bar.x' cannot be assigned to
|
||||
expression: test(bar)'''
|
||||
"""
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# Note: the test currently fails because the candidates are presented in
|
||||
# different order on travis with `NIM_COMPILE_TO_CPP=false CPU=i386`;
|
||||
# a possible fix would be to sort the candidates by proc signature or
|
||||
# declaration location
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user