aboutsummaryrefslogtreecommitdiffstats
path: root/test/data
diff options
context:
space:
mode:
Diffstat (limited to 'test/data')
-rw-r--r--test/data/flymake/test.c5
-rw-r--r--test/data/flymake/test.pl2
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 @@
1int 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];
2my $b = @arr[1];