Skip to content

Commit 4521713

Browse files
committed
use -fno-delayed-template-parsing so new tests pass on Windows
1 parent 51a8f06 commit 4521713

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/TemplateCallsPrivateMethod.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %idt --export-macro IDT_TEST_ABI %s 2>&1 | %FileCheck %s
1+
// RUN: %idt --extra-arg="-fno-delayed-template-parsing" --export-macro IDT_TEST_ABI %s 2>&1 | %FileCheck %s
22

33
class TemplateCallsPrivateMethod {
44
public:

0 commit comments

Comments
 (0)