From 48d9a397fa3cf76397824122450a1450af712716 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Fri, 8 Oct 2021 09:13:33 +0900 Subject: Imported Upstream version 3.13.0 --- Tests/SimpleInstallS2/inst.cxx | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 Tests/SimpleInstallS2/inst.cxx (limited to 'Tests/SimpleInstallS2/inst.cxx') diff --git a/Tests/SimpleInstallS2/inst.cxx b/Tests/SimpleInstallS2/inst.cxx deleted file mode 100644 index 7815f86ce..000000000 --- a/Tests/SimpleInstallS2/inst.cxx +++ /dev/null @@ -1,34 +0,0 @@ -#include "foo.h" - -#ifdef STAGE_2 -# include -# include -# include -# include -# include -#else -# include "lib1.h" -# include "lib2.h" -#endif - -#include "lib4.h" - -#include - -int main() -{ - if (Lib1Func() != 2.0) { - printf("Problem with lib1\n"); - return 1; - } - if (Lib2Func() != 1.0) { - printf("Problem with lib2\n"); - return 1; - } - if (Lib4Func() != 4.0) { - printf("Problem with lib4\n"); - return 1; - } - printf("The value of Foo: %s\n", foo); - return SomeFunctionInFoo() - 5; -} -- cgit v1.2.3