Skip to content

Commit fe7101c

Browse files
committed
[test] no runtime loading of track lib dictionary
1 parent 19a816c commit fe7101c

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)