X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestBug.cxx;h=51383677f11b4af22c42d47c2e3beaa7325b7169;hb=b89785abe00b1282e563a714f8ad412c8f9850c2;hp=a7fc6b9bc09a8edad1cbe9a145d4e2799141b954;hpb=a92be72817889f80324ce6f29ad69c0412d31024;p=gdcm.git diff --git a/Testing/TestBug.cxx b/Testing/TestBug.cxx index a7fc6b9b..51383677 100644 --- a/Testing/TestBug.cxx +++ b/Testing/TestBug.cxx @@ -10,6 +10,8 @@ int main(int argc, char* argv[]) else e1 = new gdcmHeader("test.acr"); e1->PrintPubDict(); + + return 0; }