aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test_nested_conditionals.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_nested_conditionals.sh')
-rw-r--r--tests/test_nested_conditionals.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/test_nested_conditionals.sh b/tests/test_nested_conditionals.sh
deleted file mode 100644
index d149e07..0000000
--- a/tests/test_nested_conditionals.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-cat <<'EOF' > expected
-EOF
-test_diff <<'EOF'
-#if 0
-# if 1
-# error "not an error"
-# endif
-#endif
-
-int main() {}
-EOF
-