Skip to content

Commit 534a873

Browse files
committed
[test][asan] Fix the test checks
The test is intended to check the order of modules in DynInitPoison, only relative to DynInitUnpoison. Folloup to #101584
1 parent 242e8b9 commit 534a873

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler-rt/test/asan/TestCases/initialization-nobug.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ int getStructWithDtorValue() { return struct_with_dtor.value; }
4343

4444
int main() { return 0; }
4545

46-
// CHECK: DynInitPoison module: {{.*}}initialization-nobug.cpp
46+
// CHECK: DynInitPoison
4747
// CHECK: DynInitUnpoison
48-
// CHECK: DynInitPoison module: {{.*}}initialization-nobug-extra.cpp
48+
// CHECK: DynInitPoison
4949
// CHECK: DynInitUnpoison

0 commit comments

Comments
 (0)