Skip to content

Commit f7e4992

Browse files
authored
testsuite: fix dejagnu directive typo (libffi#859)
1 parent 084f369 commit f7e4992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testsuite/libffi.complex/complex_int.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ int main (void)
7676

7777
printf ("%d,%di %d,%di, x %d 1234, y %d 11110\n",
7878
(int)tc_result, (int)(tc_result * -I), 2, 8, tc_int_arg_x, tc_y);
79-
/* dg-output "-2,8i 2,8i, x 1234 1234, y 11110 11110" */
79+
/* { dg-output "-2,8i 2,8i, x 1234 1234, y 11110 11110" } */
8080
CHECK (creal (tc_result) == -2);
8181
CHECK (cimag (tc_result) == 8);
8282
CHECK (tc_int_arg_x == 1234);

0 commit comments

Comments
 (0)