testsuite: fix dejagnu directive typo (#859)
authorSam James <sam@cmpct.info>
Fri, 20 Sep 2024 09:58:06 +0000 (10:58 +0100)
committerGitHub <noreply@github.com>
Fri, 20 Sep 2024 09:58:06 +0000 (05:58 -0400)
testsuite/libffi.complex/complex_int.c

index bac319081e61389ff40bf51fa56a3010eccff6c4..cae5c4558f75170358e93acc8e0a1e08fd0ce03f 100644 (file)
@@ -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);