diff options
Diffstat (limited to 'test/data')
| -rw-r--r-- | test/data/flymake/test.c | 5 | ||||
| -rw-r--r-- | test/data/flymake/test.pl | 2 |
2 files changed, 0 insertions, 7 deletions
diff --git a/test/data/flymake/test.c b/test/data/flymake/test.c deleted file mode 100644 index 3a3926131f5..00000000000 --- a/test/data/flymake/test.c +++ /dev/null | |||
| @@ -1,5 +0,0 @@ | |||
| 1 | int main() | ||
| 2 | { | ||
| 3 | char c = 1000; | ||
| 4 | return c; | ||
| 5 | } | ||
diff --git a/test/data/flymake/test.pl b/test/data/flymake/test.pl deleted file mode 100644 index d5abcb47e7f..00000000000 --- a/test/data/flymake/test.pl +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | @arr = [1,2,3,4]; | ||
| 2 | my $b = @arr[1]; | ||