diff mbox

[committed] PR jit/66539: Properly add testcase

Message ID 1434484851-19992-1-git-send-email-dmalcolm@redhat.com
State New
Headers show

Commit Message

David Malcolm June 16, 2015, 8 p.m. UTC
This hunk was omitted from r224531.

Tested with "make check-jit"; takes jit.sum from 7699
to 7829 passes.

Committed to trunk as r224535.

gcc/testsuite/ChangeLog:
	PR jit/66539
	* jit.dg/all-non-failing-tests.h: Add test-debug-strings.c
	to "testcases" array.
---
 gcc/testsuite/jit.dg/all-non-failing-tests.h | 3 +++
 1 file changed, 3 insertions(+)
diff mbox

Patch

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},