Skip to content
Prev Previous commit
Next Next commit
fixup! Try to fix #83028
Drop duplicate test-case
  • Loading branch information
weliveindetail committed Mar 6, 2024
commit ff26b1273e0cc5e2d04144434aaaedff9aad9330
3 changes: 0 additions & 3 deletions clang/test/Interpreter/execute-stmts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,5 @@ for(int i=0; i<2; i+=1) {};

for(int i=0; i<2; i+=1) ;

int a = 2;
for(int i=0; i<2; i+=1) a-=1;

int *aa=nullptr;
if (auto *b=aa) *b += 1;