Skip to content

Commit 2d33999

Browse files
committed
loadDFG deprecation
1 parent 2400837 commit 2d33999

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/fileDFGTests.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ using Test
5151
@test_throws AssertionError loadDFG!(copyDf2,"badfilename")
5252

5353
retDFG = loadDFG!(copyDfg, filename)
54-
# TODO REMOVE test deprecation
55-
retDFG_ = loadDFG(filename, Main, copyDf2) #, loaddir="/tmp")
5654

5755
@test issetequal(ls(dfg), ls(retDFG))
5856
@test issetequal(lsf(dfg), lsf(retDFG))

0 commit comments

Comments
 (0)