mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 09:31:59 +08:00
[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:
@@ -1,6 +1,6 @@
|
||||
// RUN: %check_clang_tidy %s modernize-redundant-void-arg %t
|
||||
|
||||
#include <iostream>
|
||||
#define NULL 0
|
||||
|
||||
int foo();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user