We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8b2a27 commit 7ae1b76Copy full SHA for 7ae1b76
clang/test/Index/initializer-memory.cpp
@@ -13,4 +13,4 @@ struct S {
13
S data2[1000000] = {0};
14
S data_empty_init2[1000000] = {};
15
16
-// CHECK: TOTAL = {{.*}} (0.{{.*}} MBytes)
+// CHECK: TOTAL = {{.*}} ({{0|1}}.{{.*}} MBytes)
0 commit comments