Skip to content

Commit 68ed18f

Browse files
Test cases for variable definitions inside for-init and condition statements pass now
1 parent 27341ab commit 68ed18f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clang/test/Interpreter/execute-stmts.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
//CODEGEN-CHECK-COUNT-2: define internal void @__stmts__
1010
//CODEGEN-CHECK-NOT: define internal void @__stmts__
1111

12-
// New tests fail right now
13-
// XFAIL: *
14-
1512
extern "C" int printf(const char*,...);
1613

1714
template <typename T> T call() { printf("called\n"); return T(); }

0 commit comments

Comments
 (0)