mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-18 23:11:36 +00:00
make tvarargsuntyped test deterministic, independent of compiler's hashing order
This commit is contained in:
@@ -9,7 +9,8 @@ discard """
|
||||
import macros
|
||||
|
||||
proc internalBar(top, left, width, height: cint, s: string, x, y: int, r,g,b: int) =
|
||||
echo locals()
|
||||
echo "(left: ", left, ", r: ", r, ", x: ", x, ", height: ", height, ", s: ", s,
|
||||
", width: ", width, ", y: ", y, ", top: ", top, ", g: ", g, ", b: ", b, ")"
|
||||
|
||||
# we need these dummy constructors due to the wrong implementation
|
||||
# of 'varargs[untyped]' in the compiler:
|
||||
|
||||
Reference in New Issue
Block a user