From 9b2dcf2c533cacd98d7c16f5939b3475d2fdb3c4 Mon Sep 17 00:00:00 2001 From: Greg Landrum Date: Wed, 7 Oct 2020 05:47:31 +0200 Subject: [PATCH] enable accidentally disabled inchi tests (#3468) --- External/INCHI-API/test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/External/INCHI-API/test.cpp b/External/INCHI-API/test.cpp index cc7acc3ba..ed318845a 100644 --- a/External/INCHI-API/test.cpp +++ b/External/INCHI-API/test.cpp @@ -782,7 +782,7 @@ void testGithub3365() { //-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* int main() { RDLog::InitLogs(); -#if 0 +#if 1 testGithubIssue3(); testGithubIssue8(); testGithubIssue40();