From 47ec0a520c453b4d98bfbde736043433bd63f3d2 Mon Sep 17 00:00:00 2001 From: bebbo Date: Sun, 28 May 2017 16:46:15 +0200 Subject: [PATCH] @T fix test13 - remove dates --- test/test13/bbb/uci.s | 2 +- test/test13/golden/uci.s | 2 +- test/test13/src/uci.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/test13/bbb/uci.s b/test/test13/bbb/uci.s index 27c1dcf..28efa86 100644 --- a/test/test13/bbb/uci.s +++ b/test/test13/bbb/uci.s @@ -1061,7 +1061,7 @@ _ParsePosition: .LC26: .ascii "sc v0.7.3f\0" .LC27: - .ascii "%s, written by Alex Argiropoulos (compiler's version used: 6.3.1b 20170526)\12\0" + .ascii "%s, written by Alex Argiropoulos (compiler's version used: gcc-6)\12\0" .LC28: .ascii "isready\0" .LC29: diff --git a/test/test13/golden/uci.s b/test/test13/golden/uci.s index 27c1dcf..28efa86 100644 --- a/test/test13/golden/uci.s +++ b/test/test13/golden/uci.s @@ -1061,7 +1061,7 @@ _ParsePosition: .LC26: .ascii "sc v0.7.3f\0" .LC27: - .ascii "%s, written by Alex Argiropoulos (compiler's version used: 6.3.1b 20170526)\12\0" + .ascii "%s, written by Alex Argiropoulos (compiler's version used: gcc-6)\12\0" .LC28: .ascii "isready\0" .LC29: diff --git a/test/test13/src/uci.c b/test/test13/src/uci.c index d1df24a..b1117c4 100755 --- a/test/test13/src/uci.c +++ b/test/test13/src/uci.c @@ -384,7 +384,7 @@ void input_loop(S_SEARCHINFO *info) int exit = FALSE; char line[INPUTBUFFER]; - printf("%s, written by Alex Argiropoulos (compiler's version used: "__VERSION__")\n", NAME); + printf("%s, written by Alex Argiropoulos (compiler's version used: gcc-6)\n", NAME); //printf("%s\n", getCPUModel()); #ifndef NDEBUG printf("Terminal is %s\n",isatty(fileno(stdout)) ? "true": "false");