diff options
Diffstat (limited to 'clang/test/Import')
| -rw-r--r-- | clang/test/Import/while-stmt/test.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/test/Import/while-stmt/test.cpp b/clang/test/Import/while-stmt/test.cpp index f2d0d39e2da..a0309d43124 100644 --- a/clang/test/Import/while-stmt/test.cpp +++ b/clang/test/Import/while-stmt/test.cpp @@ -1,12 +1,10 @@ // RUN: clang-import-test -dump-ast -import %S/Inputs/F.cpp -expression %s | FileCheck %s // CHECK: WhileStmt -// CHECK-NEXT: <<NULL>> // CHECK-NEXT: CXXBoolLiteralExpr // CHECK-NEXT: NullStmt // CHECK: WhileStmt -// CHECK-NEXT: <<NULL>> // CHECK-NEXT: CXXBoolLiteralExpr // CHECK-NEXT: CompoundStmt |

