Skip to content

Commit 67852db

Browse files
committed
Minimally adapt runnable/testpdb.d changes to work with -O on Win64
1 parent 8c5f8c6 commit 67852db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dmd/runnable/testpdb.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ void testLineNumbers19747(IDiaSession session, IDiaSymbol globals)
162162

163163
// https://github.com/dlang/dmd/issues/19587
164164
enum lineReturnTest19587 = __LINE__ + 4;
165-
void test19587(string col)
165+
void test19587(string col) @optStrategy("none") // LDC: UDA
166166
{
167167
if (col.length == 0)
168168
return; // does this line have an entry in the debug info?

0 commit comments

Comments
 (0)