diff --git a/compiler-rt/test/gwp_asan/sanitize_with_gwp.cpp b/compiler-rt/test/gwp_asan/sanitize_with_gwp.cpp index fcff51dbcd531b9c86c3e853ea3a98909c52fa36..598b003173f59a3a566f43edbcc1886826a211c9 100644 --- a/compiler-rt/test/gwp_asan/sanitize_with_gwp.cpp +++ b/compiler-rt/test/gwp_asan/sanitize_with_gwp.cpp @@ -11,7 +11,7 @@ __attribute__((sanitize_with_gwp)) void doubleFree() { char *Ptr = new char; delete Ptr; delete Ptr; - return 0; + return ; } int main() {