Fixup for r299085: Include stdint.h in scribble.cc to make uintptr_t available.
authorKuba Mracek <mracek@apple.com>
Thu, 30 Mar 2017 17:01:35 +0000 (17:01 +0000)
committerKuba Mracek <mracek@apple.com>
Thu, 30 Mar 2017 17:01:35 +0000 (17:01 +0000)
llvm-svn: 299089

compiler-rt/test/asan/TestCases/Darwin/scribble.cc
compiler-rt/test/asan/TestCases/scribble.cc

index 180f399..a69d284 100644 (file)
@@ -3,6 +3,7 @@
 // RUN: env MallocScribble=1 MallocPreScribble=1 %run %t 2>&1 | FileCheck --check-prefix=CHECK-SCRIBBLE %s
 // RUN: %env_asan_opts=max_free_fill_size=4096 %run %t 2>&1 | FileCheck --check-prefix=CHECK-SCRIBBLE %s
 
+#include <stdint.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
index d1e433c..8d82469 100644 (file)
@@ -2,6 +2,7 @@
 // RUN: %run %t 2>&1 | FileCheck --check-prefix=CHECK-NOSCRIBBLE %s
 // RUN: %env_asan_opts=max_free_fill_size=4096 %run %t 2>&1 | FileCheck --check-prefix=CHECK-SCRIBBLE %s
 
+#include <stdint.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>