diff options
Diffstat (limited to 'clang/test/Frontend/ftime-report-template-decl.cpp')
-rw-r--r-- | clang/test/Frontend/ftime-report-template-decl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Frontend/ftime-report-template-decl.cpp b/clang/test/Frontend/ftime-report-template-decl.cpp index c4086281d66..9ba9107b980 100644 --- a/clang/test/Frontend/ftime-report-template-decl.cpp +++ b/clang/test/Frontend/ftime-report-template-decl.cpp @@ -151,8 +151,8 @@ struct _Wrap_alloc { _Wrap_alloc<int>::rebind<int> w; // CHECK: Miscellaneous Ungrouped Timers -// CHECK: LLVM IR Generation Time -// CHECK: Code Generation Time +// CHECK-DAG: LLVM IR Generation Time +// CHECK-DAG: Code Generation Time // CHECK: Total // CHECK: Clang front-end time report // CHECK: Clang front-end timer |