aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/jit.dg
diff options
context:
space:
mode:
authorDavid Malcolm <dmalcolm@redhat.com>2015-06-16 19:44:05 +0000
committerDavid Malcolm <dmalcolm@gcc.gnu.org>2015-06-16 19:44:05 +0000
commite0710289199369c888d12ce1f1c0144f4c587e2d (patch)
tree0ca200fcf01144058835cd88d67b174c6d93026f /gcc/testsuite/jit.dg
parent7599760d235cf31c8c6013b62fb41cc810b514b6 (diff)
downloadgcc-e0710289199369c888d12ce1f1c0144f4c587e2d.zip
gcc-e0710289199369c888d12ce1f1c0144f4c587e2d.tar.gz
gcc-e0710289199369c888d12ce1f1c0144f4c587e2d.tar.bz2
PR jit/66539: Properly add testcase
gcc/testsuite/ChangeLog: PR jit/66539 * jit.dg/all-non-failing-tests.h: Add test-debug-strings.c to "testcases" array. From-SVN: r224535
Diffstat (limited to 'gcc/testsuite/jit.dg')
-rw-r--r--gcc/testsuite/jit.dg/all-non-failing-tests.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/testsuite/jit.dg/all-non-failing-tests.h b/gcc/testsuite/jit.dg/all-non-failing-tests.h
index f0000cc..2ac56f2 100644
--- a/gcc/testsuite/jit.dg/all-non-failing-tests.h
+++ b/gcc/testsuite/jit.dg/all-non-failing-tests.h
@@ -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},