aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2012-06-19 16:26:39 -0500
committerJoshua Peek <josh@joshpeek.com>2012-06-19 16:26:39 -0500
commit4ea1e8aece914ff75f6e0675321aa73784d1002a (patch)
tree03ca111a0f60b7b39c9455f66bb7553b6e2abadd /test
parentfcd8c089dc498710b450eed3d365b60fd6863b5d (diff)
Remove ambiguous c header example
Diffstat (limited to 'test')
-rw-r--r--test/fixtures/c/hello.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/fixtures/c/hello.h b/test/fixtures/c/hello.h
deleted file mode 100644
index f19e5d3..0000000
--- a/test/fixtures/c/hello.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef HELLO_H
-#define HELLO_H
-
-void hello();
-
-#endif