aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/008.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/008.sh')
-rw-r--r--tests/008.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/008.sh b/tests/008.sh
deleted file mode 100644
index 6de3a99..0000000
--- a/tests/008.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-test_exit_code 70 <<'EOF'
-int main() {
- int foo;
- int bar;
- foo = 42;
- bar = 28;
- return foo + bar;
-}
-EOF