Commit c1ec62f1 by Bernd Edlinger Committed by Bernd Edlinger

string_merge1.adb: Fix test expectations.

2018-10-05  Bernd Edlinger  <bernd.edlinger@hotmail.de>

        * gnat.dg/string_merge1.adb: Fix test expectations.
        * gnat.dg/string_merge2.adb: Likewise.

From-SVN: r264888
parent 0d48e877
2018-10-05 Bernd Edlinger <bernd.edlinger@hotmail.de>
* gnat.dg/string_merge1.adb: Fix test expectations.
* gnat.dg/string_merge2.adb: Likewise.
2018-10-05 David Malcolm <dmalcolm@redhat.com>
PR c++/56856
......
......@@ -15,5 +15,3 @@ end;
-- .string "ABCD"
-- { dg-final { scan-assembler-times "\\.rodata\\.str" 1 } }
-- { dg-final { scan-assembler-times "\\.string" 1 } }
-- { dg-final { scan-assembler-times "\"ABCD\"" 1 } }
......@@ -15,5 +15,3 @@ end;
-- .string "ABCD"
-- { dg-final { scan-assembler-times "\\.rodata\\.str" 1 } }
-- { dg-final { scan-assembler-times "\\.string" 1 } }
-- { dg-final { scan-assembler-times "\"ABCD\"" 1 } }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment