diff --git a/llvm/test/Examples/OrcV2Examples/lljit-with-thinlto-summaries.test b/llvm/test/Examples/OrcV2Examples/lljit-with-thinlto-summaries.test index f8c336cc3dab45..ec4c8dd421430e 100644 --- a/llvm/test/Examples/OrcV2Examples/lljit-with-thinlto-summaries.test +++ b/llvm/test/Examples/OrcV2Examples/lljit-with-thinlto-summaries.test @@ -9,6 +9,6 @@ # RUN: LLJITWithThinLTOSummaries %T/main-foo-bar.thinlto.bc 2>&1 | FileCheck %s # CHECK: About to load module: {{.*}}/main-mod.bc -# CHECK: About to load module: {{.*}}/foo-mod.bc -# CHECK: About to load module: {{.*}}/bar-mod.bc +# CHECK-DAG: About to load module: {{.*}}/foo-mod.bc +# CHECK-DAG: About to load module: {{.*}}/bar-mod.bc # CHECK: 'main' finished with exit code: 0