commit | e18da83bcca911d38c31a9bc31a55199ccfd2d80 | [log] [tgz] |
---|---|---|
author | Benjamin Kramer <benny.kra@googlemail.com> | Wed Oct 28 05:16:37 2015 +0000 |
committer | Benjamin Kramer <benny.kra@googlemail.com> | Wed Oct 28 05:16:37 2015 +0000 |
tree | 548f8986438d0863af1204f854f97d6ed240d406 | |
parent | 8d23a9bbef04ce7c4c7f5abcee535d8de151be0e [diff] [blame] |
[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
diff --git a/clang-tools-extra/test/clang-tidy/modernize-redundant-void-arg.cpp b/clang-tools-extra/test/clang-tidy/modernize-redundant-void-arg.cpp index 6f23fe6..dd758bc 100644 --- a/clang-tools-extra/test/clang-tidy/modernize-redundant-void-arg.cpp +++ b/clang-tools-extra/test/clang-tidy/modernize-redundant-void-arg.cpp
@@ -1,6 +1,6 @@ // RUN: %check_clang_tidy %s modernize-redundant-void-arg %t -#include <iostream> +#define NULL 0 int foo();