mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-06 04:57:49 +00:00
fix test for bug #6989
This commit is contained in:
@@ -11,11 +11,9 @@ fjpmholcibdgeakn
|
||||
'''
|
||||
"""
|
||||
|
||||
import strutils, sequtils
|
||||
import strutils, sequtils, typetraits, os
|
||||
# bug #6989
|
||||
|
||||
import typetraits
|
||||
|
||||
type Dist = distinct int
|
||||
|
||||
proc mypred[T: Ordinal](x: T): T = T(int(x)-1)
|
||||
@@ -63,8 +61,8 @@ echo testStr[testStr.len - 8 .. testStr.len - 1] & "__" & testStr[0 .. testStr.l
|
||||
|
||||
|
||||
|
||||
const
|
||||
instructions = readFile("./inputs/16.txt").split(',')
|
||||
var
|
||||
instructions = readFile(getAppDir() / "troofregression2.txt").split(',')
|
||||
programs = "abcdefghijklmnop"
|
||||
|
||||
proc dance(dancers: string): string =
|
||||
|
||||
1
tests/array/troofregression2.txt
Normal file
1
tests/array/troofregression2.txt
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user