]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Rewritten to use a single line instead of line splicing
authorFlorian Krohm <florian@eich-krohm.de>
Sat, 7 Mar 2015 12:49:32 +0000 (12:49 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Sat, 7 Mar 2015 12:49:32 +0000 (12:49 +0000)
to avoid line number differences in the reported error.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14988

none/tests/linux/stack-overflow.c
none/tests/linux/stack-overflow.stderr.exp

index 86f9e4af8b43f6744aa1994dea97b256935a6271..0ebbfbb8b25fba8fea0d4c473f8f41197a72e09a 100644 (file)
@@ -1,9 +1,5 @@
 /* There should be a user message about the overflow.
-   Wrtten in a single line so there is no confusion on what line
+   Written in a single line so there is no confusion on what line
    the overflow occurs. */
 
-int main(int argc, char *argv[]) \
-{ \
-  volatile int arr[1000]; \
-  return main(arr[argc%2], 0);                    \
-}
+int main(int argc, char *argv[]) { volatile int arr[1000]; return main(arr[argc%2], 0); }
index b1f26ac0071b5e33ba021785b44361a86c9ceb88..dd5e595153dd399bde14b0809b7701279413c4f8 100644 (file)
@@ -4,7 +4,7 @@ Stack overflow in thread #1: can't grow stack to 0x........
 Process terminating with default action of signal 11 (SIGSEGV)
  Access not within mapped region at address 0x........
 Stack overflow in thread #1: can't grow stack to 0x........
-   at 0x........: main (stack-overflow.c:6)
+   at 0x........: main (stack-overflow.c:5)
  If you believe this happened as a result of a stack
  overflow in your program's main thread (unlikely but
  possible), you can try to increase the size of the