Commit bb8f3238 by Jason Merrill

* g++.dg/ext/visibility/anon6.C: Change "C" to "A" consistently.

From-SVN: r200008
parent 5d96d490
......@@ -3,9 +3,9 @@
// { dg-final { scan-assembler-not "globl.*1BIiE1cE" } }
// { dg-final { scan-assembler-not "comdat" } }
// { dg-final { scan-assembler-not "weak" } }
// { dg-final { scan-assembler-not "1CIiE1cE" } }
// { dg-final { scan-assembler-not "1AIiE1cE" } }
// Test that B<int>::c is emitted as an internal symbol, and C<int>::c is
// Test that B<int>::c is emitted as an internal symbol, and A<int>::c is
// not emitted.
namespace
......
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