PR jit/66539: Properly add testcase
authorDavid Malcolm <dmalcolm@redhat.com>
Tue, 16 Jun 2015 19:44:05 +0000 (19:44 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Tue, 16 Jun 2015 19:44:05 +0000 (19:44 +0000)
gcc/testsuite/ChangeLog:
PR jit/66539
* jit.dg/all-non-failing-tests.h: Add test-debug-strings.c
to "testcases" array.

From-SVN: r224535

gcc/testsuite/ChangeLog
gcc/testsuite/jit.dg/all-non-failing-tests.h

index 66101a9d6ddf29a8655ce009d1395bfca33e708f..260f1a63252862925155770785e81d8c445e4ff5 100644 (file)
@@ -1,3 +1,9 @@
+2015-06-16  David Malcolm  <dmalcolm@redhat.com>
+
+       PR jit/66539
+       * jit.dg/all-non-failing-tests.h: Add test-debug-strings.c
+       to "testcases" array.
+
 2015-06-16  David Malcolm  <dmalcolm@redhat.com>
 
        PR jit/66539
index f0000cc0c3e180877d44df7a19895e793e1986c9..2ac56f23d0104bc98ee0ceb75fb52d17a151213c 100644 (file)
@@ -222,6 +222,9 @@ const struct testcase testcases[] = {
   {"constants",
    create_code_constants,
    verify_code_constants},
+  {"debug_strings",
+   create_code_debug_strings,
+   verify_code_debug_strings},
   {"dot_product",
    create_code_dot_product,
    verify_code_dot_product},