[Sanitizer] Unbreak non NetBSD builds.

llvm-svn: 347357
This commit is contained in:
David Carlier 2018-11-20 22:35:29 +00:00
parent 357053f289
commit a1ea566fbc
1 changed files with 2 additions and 0 deletions

View File

@ -62,9 +62,11 @@ void test_setvbuf() {
int main(void) {
printf("setvbuf\n");
#if defined(__NetBSD__)
test_setbuf();
test_setbuffer();
test_setlinebuf();
#endif
test_setvbuf();
// CHECK: setvbuf