aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test_preprocessor_comments.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_preprocessor_comments.sh')
-rw-r--r--tests/test_preprocessor_comments.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/test_preprocessor_comments.sh b/tests/test_preprocessor_comments.sh
deleted file mode 100644
index 0fcea83..0000000
--- a/tests/test_preprocessor_comments.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-cat <<'EOF' > expected
-EOF
-
-test_diff <<'EOF'
-#if 1 // a
-#else // b
-#endif // c
-
-int main() {}
-EOF
-