Skip to content

Commit 0e9650c

Browse files
authored
Update symbolize.cpp
1 parent 0a290a2 commit 0e9650c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/asan/TestCases/Windows/symbolize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ int main() {
3535
int *array = new int[10];
3636
heapBufferOverflowValue = array[10]; // CHECK-SYMBOLIZE-ON: symbolize.cpp:36
3737
return 0; // CHECK-SYMBOLIZE-OFF: symbolize.cpp.tmp+0x
38-
}
38+
}

0 commit comments

Comments
 (0)