Revert change in test/msan/textdomain.cc for NetBSD

SVN r. 320226

This breaks Linux.

llvm-svn: 320236
This commit is contained in:
Kamil Rytarowski 2017-12-09 02:38:58 +00:00
parent f04fb276e7
commit df8147e30d
1 changed files with 1 additions and 1 deletions

View File

@ -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>