Skip to content

Commit eb340c7

Browse files
committed
changes test file name
1 parent c0a1868 commit eb340c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/icnif/tencode_node2node.nim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ proc eql(x, y: PNode): bool =
9797
result = false
9898

9999
proc testNifEncDec(graph: ModuleGraph; src: string) =
100-
let fullPath = TestCodeDir / RelativeFile("testmod.nim")
100+
let fullPath = TestCodeDir / RelativeFile(src)
101101
let n = sem(graph, fullPath)
102102
let nif = saveNifToBuffer(n, graph.config)
103103
# Don't reuse the ModuleGraph used for semcheck when load NIF.
@@ -110,4 +110,4 @@ proc testNifEncDec(graph: ModuleGraph; src: string) =
110110
var conf = newConfigRefForTest()
111111
var cache = newIdentCache()
112112
var graph = newModuleGraphForSem(cache, conf)
113-
testNifEncDec(graph, "testmod.nim")
113+
testNifEncDec(graph, "modtest1.nim")
File renamed without changes.

0 commit comments

Comments
 (0)