Skip to content

Commit 90fa494

Browse files
committed
[roottest] Replace a function that doesn't exist.
Since roottest-root-io-newstl-nolib is marked WILLFAIL, it was not noticed in #18859 that e60640c introduced a function that does not exist. The test still fails, but that's a different issue to be investigated.
1 parent d676bb4 commit 90fa494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roottest/root/io/newstl/readNoLib.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ int readNoLib(const char *fname = "vector.root")
55
dirname.ReplaceAll("/","-");
66

77
TString filename = fname;
8-
gSystem->PrependFilePath(dirname, filename);
8+
gSystem->PrependPathName(dirname, filename);
99

1010
auto file0 = TFile::Open(filename);
1111
if (!file0)

0 commit comments

Comments
 (0)