]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Remove parentheses in dg-scan directive
authorEric Botcazou <ebotcazou@adacore.com>
Thu, 30 Oct 2025 15:59:27 +0000 (16:59 +0100)
committerEric Botcazou <ebotcazou@adacore.com>
Thu, 30 Oct 2025 16:00:51 +0000 (17:00 +0100)
gcc/testsuite/
* gcc.dg/cpp/escape-3.i: Remove parentheses in dg-scan directive.

gcc/testsuite/gcc.dg/cpp/escape-3.i

index 6eb7dc4b27086c3dadb906aa2d1a74c9480faab7..cb4758190f7eac8b7996ebf7026183317be74286 100644 (file)
@@ -13,4 +13,4 @@ int foo (int a, int b)
 }
 
 /* Test for "/some\\directory" instead of "/some\\\\directory" */
-/* { dg-final { scan-assembler { "/some\\\\directory" } } } */
+/* { dg-final { scan-assembler "/some\\\\\\\\directory" } } */