forked from OSchip/llvm-project
Revert change in test/msan/textdomain.cc for NetBSD
SVN r. 320226 This breaks Linux. llvm-svn: 320236
This commit is contained in:
parent
f04fb276e7
commit
df8147e30d
|
@ -1,4 +1,4 @@
|
|||
// RUN: %clangxx_msan -lintl -O0 -g %s -o %t && %run %t
|
||||
// RUN: %clangxx_msan -O0 -g %s -o %t && %run %t
|
||||
|
||||
#include <libintl.h>
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Reference in New Issue