diff options
Diffstat (limited to 'tests')
21 files changed, 3 insertions, 3 deletions
diff --git a/tests/accept/compile/tgenericvariant.nim b/tests/accept/compile/tgenericvariant.nim index 51d01355a..51d01355a 100644..100755 --- a/tests/accept/compile/tgenericvariant.nim +++ b/tests/accept/compile/tgenericvariant.nim diff --git a/tests/accept/compile/tnamedparams.nim b/tests/accept/compile/tnamedparams.nim index 4b0cd5361..4b0cd5361 100644..100755 --- a/tests/accept/compile/tnamedparams.nim +++ b/tests/accept/compile/tnamedparams.nim diff --git a/tests/accept/compile/toop.nim b/tests/accept/compile/toop.nim index d103c6304..d103c6304 100644..100755 --- a/tests/accept/compile/toop.nim +++ b/tests/accept/compile/toop.nim diff --git a/tests/accept/run/spec.csv b/tests/accept/run/spec.csv index e9c49ea74..5102c85b1 100755 --- a/tests/accept/run/spec.csv +++ b/tests/accept/run/spec.csv @@ -22,7 +22,7 @@ tcopy.nim;TEMP=C:\Programs\xyz\bin tcountup.nim;0123456789 tcurrncy.nim;25 temit.nim;509 -tenumhole;my value A1my value Bconc2valueCabc4abc +tenumhole.nim;my value A1my value Bconc2valueCabc4abc texcsub.nim;caught! texplicitgeneric1.nim;Key: 12 value: 12Key: 13 value: 13 Key: A value: 12 Key: B value: 13 tfinally.nim;came here 3 @@ -47,7 +47,7 @@ tmultim1.nim;7 tmultim2.nim;collide: unit, thing collide: unit, thing collide: thing, unit tmultim3.nim;Hi derived! tmultim4.nim;hello -tnamedenumfields;my value A0my value Bconc1valueCabc3abc +tnamedenumfields.nim;my value A0my value Bconc1valueCabc3abc tnestif.nim;i == 2 tnestprc.nim;10 toop1.nim;34[]o 5 diff --git a/tests/accept/run/tarraycons.nim b/tests/accept/run/tarraycons.nim index 12f13ac33..12f13ac33 100644..100755 --- a/tests/accept/run/tarraycons.nim +++ b/tests/accept/run/tarraycons.nim diff --git a/tests/accept/run/tcountup.nim b/tests/accept/run/tcountup.nim index 4d4c9b304..4d4c9b304 100644..100755 --- a/tests/accept/run/tcountup.nim +++ b/tests/accept/run/tcountup.nim diff --git a/tests/accept/run/temit.nim b/tests/accept/run/temit.nim index 81f9b53ae..81f9b53ae 100644..100755 --- a/tests/accept/run/temit.nim +++ b/tests/accept/run/temit.nim diff --git a/tests/accept/run/tenumhole.nim b/tests/accept/run/tenumhole.nim index 75fb74592..75fb74592 100644..100755 --- a/tests/accept/run/tenumhole.nim +++ b/tests/accept/run/tenumhole.nim diff --git a/tests/accept/run/texcsub.nim b/tests/accept/run/texcsub.nim index b35f0fa3f..b35f0fa3f 100644..100755 --- a/tests/accept/run/texcsub.nim +++ b/tests/accept/run/texcsub.nim diff --git a/tests/accept/run/tfloat3.nim b/tests/accept/run/tfloat3.nim index 72acce958..72acce958 100644..100755 --- a/tests/accept/run/tfloat3.nim +++ b/tests/accept/run/tfloat3.nim diff --git a/tests/accept/run/titer6.nim b/tests/accept/run/titer6.nim index 8a1d9cf1b..8a1d9cf1b 100644..100755 --- a/tests/accept/run/titer6.nim +++ b/tests/accept/run/titer6.nim diff --git a/tests/accept/run/tmultim2.nim b/tests/accept/run/tmultim2.nim index bf3b5fd6e..c43c9b6f0 100755 --- a/tests/accept/run/tmultim2.nim +++ b/tests/accept/run/tmultim2.nim @@ -22,7 +22,7 @@ proc test(a, b: TThing) {.inline.} = var a: TThing b, c: TUnit -collide(b, c) # ambiguous unit, thing or thing, unit? -> prefer unit, thing! +collide(b, c) # ambiguous (unit, thing) or (thing, unit)? -> prefer unit, thing! test(b, c) collide(a, b) #OUT collide: unit, thing collide: unit, thing collide: thing, unit diff --git a/tests/accept/run/tmultim4.nim b/tests/accept/run/tmultim4.nim index fbfaf3175..fbfaf3175 100644..100755 --- a/tests/accept/run/tmultim4.nim +++ b/tests/accept/run/tmultim4.nim diff --git a/tests/accept/run/tnamedenumfields.nim b/tests/accept/run/tnamedenumfields.nim index 6012cf1eb..6012cf1eb 100644..100755 --- a/tests/accept/run/tnamedenumfields.nim +++ b/tests/accept/run/tnamedenumfields.nim diff --git a/tests/accept/run/toprprec.nim b/tests/accept/run/toprprec.nim index 4728b2e68..4728b2e68 100644..100755 --- a/tests/accept/run/toprprec.nim +++ b/tests/accept/run/toprprec.nim diff --git a/tests/gc/tthreads.nim b/tests/gc/tthreads.nim index 2ef599e53..2ef599e53 100644..100755 --- a/tests/gc/tthreads.nim +++ b/tests/gc/tthreads.nim diff --git a/tests/reject/tarraycons.nim b/tests/reject/tarraycons.nim index 1809f8735..1809f8735 100644..100755 --- a/tests/reject/tarraycons.nim +++ b/tests/reject/tarraycons.nim diff --git a/tests/reject/tmethod.nim b/tests/reject/tmethod.nim index 101cabf25..101cabf25 100644..100755 --- a/tests/reject/tmethod.nim +++ b/tests/reject/tmethod.nim diff --git a/tests/reject/tnamedparams.nim b/tests/reject/tnamedparams.nim index 6c59518b3..6c59518b3 100644..100755 --- a/tests/reject/tnamedparams.nim +++ b/tests/reject/tnamedparams.nim diff --git a/tests/reject/twrongtupleaccess.nim b/tests/reject/twrongtupleaccess.nim index f706e267c..f706e267c 100644..100755 --- a/tests/reject/twrongtupleaccess.nim +++ b/tests/reject/twrongtupleaccess.nim diff --git a/tests/testdata/jsontest2.json b/tests/testdata/jsontest2.json index 3a2294474..3a2294474 100644..100755 --- a/tests/testdata/jsontest2.json +++ b/tests/testdata/jsontest2.json |