Skip to content

Commit 4d2259e

Browse files
Test cases for variable definitions inside for-init and condition statements pass now
1 parent 39d0f4a commit 4d2259e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clang/test/Interpreter/execute-stmts.cpp

Lines changed: 0 additions & 3 deletions
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)