Skip to content

Commit 69275b3

Browse files
committed
[test] try without loading track lib
1 parent a0f7eb2 commit 69275b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

math/smatrix/test/testIO.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,7 @@ int testIO() {
907907
std::cout << "\n*****************************************************\n\n";
908908

909909
// load track dictionary
910-
iret |= gSystem->Load("libTrackDict");
910+
// iret |= gSystem->Load("libTrackDict");
911911
if (iret != 0 ) return iret;
912912

913913
iret |= testTrack(nEvents);

0 commit comments

Comments
 (0)