diff options
Diffstat (limited to 'ld/testplug2.c')
-rw-r--r-- | ld/testplug2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testplug2.c b/ld/testplug2.c index 5e34643..5dc4e78 100644 --- a/ld/testplug2.c +++ b/ld/testplug2.c @@ -602,7 +602,7 @@ onall_symbols_read (void) #define EXPECTED_VIEW "/* The first line of this file must match the expectation of" #define EXPECTED_VIEW_LENGTH (sizeof (EXPECTED_VIEW) - 1) if (file.filesize != SIZE_OF_FUNC_C - || SIZE_OF_FUNC_C < sizeof EXPECTED_VIEW_LENGTH + || SIZE_OF_FUNC_C < EXPECTED_VIEW_LENGTH || memcmp (view, EXPECTED_VIEW, EXPECTED_VIEW_LENGTH) != 0) { char result[EXPECTED_VIEW_LENGTH + 1]; |