From b8942bd45118f351b529e0ef3335411db498bee5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=BE=D0=BD=D0=B8=D0=B4=20=D0=AE=D1=80=D1=8C?= =?UTF-8?q?=D0=B5=D0=B2=20=28Leonid=20Yuriev=29?= Date: Fri, 26 May 2023 00:02:53 +0300 Subject: [PATCH] t1ha-bench: fix `#elseif` typo. --- tests/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/main.c b/tests/main.c index d29efef..cb37b5a 100644 --- a/tests/main.c +++ b/tests/main.c @@ -116,7 +116,7 @@ static void print_build_info(void) { printf("Build by " #if defined(EMSCRIPTEN) "Emscripten/LLVM compiler" -#elseif defined(__INTEL_COMPILER) +#elif defined(__INTEL_COMPILER) "Intel C/C++ compiler" #elif defined(_MSC_VER) "Microsoft Visual C/C++ %lu compiler for %s",