aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/101.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/101.sh')
-rw-r--r--tests/101.sh22
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/101.sh b/tests/101.sh
deleted file mode 100644
index 338b879..0000000
--- a/tests/101.sh
+++ /dev/null
@@ -1,22 +0,0 @@
-cat <<'EOF' > expected
-main.c:2: expected '#endif', but got '<eof>'
-EOF
-test_compile_error <<'EOF'
-#if 0
-EOF
-
-cat <<'EOF' > expected
-main.c:3: expected '#endif', but got '<eof>'
-EOF
-test_compile_error <<'EOF'
-#if 1
-#else
-EOF
-
-cat <<'EOF' > expected
-main.c:3: expected '#endif', but got '<eof>'
-EOF
-test_compile_error <<'EOF'
-#if 1
-#elif 1
-EOF