diff options
Diffstat (limited to 'tests/accept/run/texplicitgeneric2.nim')
-rwxr-xr-x | tests/accept/run/texplicitgeneric2.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/accept/run/texplicitgeneric2.nim b/tests/accept/run/texplicitgeneric2.nim index f2e628223..95461d023 100755 --- a/tests/accept/run/texplicitgeneric2.nim +++ b/tests/accept/run/texplicitgeneric2.nim @@ -1,5 +1,6 @@ discard """ output: "Key: 12 value: 12Key: 13 value: 13 Key: A value: 12 Key: B value: 13" + disabled: true """ # test explicit type instantiation |