From 829b9f6606af03e24d7715712e05c941d1c661ce Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Tue, 20 Oct 2020 18:31:21 -0700 Subject: [PATCH] [test] Fix -fbasic-block-sections= test on Windows after D89500 --- clang/test/CodeGen/basic-block-sections.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/CodeGen/basic-block-sections.c b/clang/test/CodeGen/basic-block-sections.c index f07a387685c8..3d68394bb78e 100644 --- a/clang/test/CodeGen/basic-block-sections.c +++ b/clang/test/CodeGen/basic-block-sections.c @@ -39,4 +39,4 @@ int another(int a) { // // UNIQUE: .section .text.world.world.1, // UNIQUE: .section .text.another.another.1, -// ERROR: error: unable to load basic block sections function list: 'No such file or directory' +// ERROR: error: unable to load basic block sections function list: '{{[Nn]}}o such file or directory'