]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/rec/test/testAliHLTEsdManager.C
.so cleanup: more gSystem->Load()
[u/mrichter/AliRoot.git] / HLT / rec / test / testAliHLTEsdManager.C
index 993e23be732a32216e1f08999ce67e2f94940d86..b2db719040e92effcfbe5c89ff33aae25fd2572a 100644 (file)
@@ -77,7 +77,7 @@ int testAliHLTEsdManager()
 
   int iResult=0;
 #ifdef __CINT__
-  if (gSystem->Load("libHLTrec.so")<0) {
+  if (gSystem->Load("libHLTrec")<0) {
     cerr << "error: error loading libHLTrec.so library" << endl;
     return -1;
   }