aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/001.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/001.sh')
-rw-r--r--tests/001.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/001.sh b/tests/001.sh
deleted file mode 100644
index 9337ec5..0000000
--- a/tests/001.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-test_exit_code 42 <<'EOF'
-int main() {
- return 42;
-}
-EOF