Skip to content

Commit 3a5c89a

Browse files
committed
fixup
1 parent 38f210b commit 3a5c89a

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed
Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
// RUN: %clangxx_asan -O0 %s -o %t
22
// RUN: not %run %t 2>&1 | FileCheck %s
33

4-
int main()
5-
{
6-
int x;
7-
{
8-
int x;
9-
delete &x;
10-
}
4+
int main() {
5+
int x;
6+
{
7+
int x;
8+
delete &x;
9+
}
1110
}
1211

1312
// CHECK: [32, 36) 'x'

0 commit comments

Comments
 (0)