[tidy] Remove stray iostream include from test.

It is unused and we cannot rely on standard headers being present while
executing tests.

llvm-svn: 251499
This commit is contained in:
Benjamin Kramer 2015-10-28 05:16:37 +00:00
parent 8d23a9bbef
commit e18da83bcc
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
// RUN: %check_clang_tidy %s modernize-redundant-void-arg %t
#include <iostream>
#define NULL 0
int foo();