summaryrefslogtreecommitdiff
path: root/tests/front-end/parser-using-file-a.spireh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/front-end/parser-using-file-a.spireh')
-rw-r--r--tests/front-end/parser-using-file-a.spireh3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/front-end/parser-using-file-a.spireh b/tests/front-end/parser-using-file-a.spireh
deleted file mode 100644
index 62e6acd06..000000000
--- a/tests/front-end/parser-using-file-a.spireh
+++ /dev/null
@@ -1,3 +0,0 @@
-// this file exists to be included by "parser-using-file.spire"
-
-float a(float x) { return x * x; }