projects
/
platform
/
upstream
/
libffi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
084f369
)
testsuite: fix dejagnu directive typo (#859)
author
Sam James
<sam@cmpct.info>
Fri, 20 Sep 2024 09:58:06 +0000
(10:58 +0100)
committer
GitHub
<noreply@github.com>
Fri, 20 Sep 2024 09:58:06 +0000
(
05:58
-0400)
testsuite/libffi.complex/complex_int.c
patch
|
blob
|
history
diff --git
a/testsuite/libffi.complex/complex_int.c
b/testsuite/libffi.complex/complex_int.c
index bac319081e61389ff40bf51fa56a3010eccff6c4..cae5c4558f75170358e93acc8e0a1e08fd0ce03f 100644
(file)
--- a/
testsuite/libffi.complex/complex_int.c
+++ b/
testsuite/libffi.complex/complex_int.c
@@
-76,7
+76,7
@@
int main (void)
printf ("%d,%di %d,%di, x %d 1234, y %d 11110\n",
(int)tc_result, (int)(tc_result * -I), 2, 8, tc_int_arg_x, tc_y);
- /*
dg-output "-2,8i 2,8i, x 1234 1234, y 11110 11110"
*/
+ /*
{ dg-output "-2,8i 2,8i, x 1234 1234, y 11110 11110" }
*/
CHECK (creal (tc_result) == -2);
CHECK (cimag (tc_result) == 8);
CHECK (tc_int_arg_x == 1234);