aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/103.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/103.sh b/tests/103.sh
index f10d215..becfa50 100644
--- a/tests/103.sh
+++ b/tests/103.sh
@@ -13,3 +13,14 @@ test_diff <<'EOF'
#endif
int main() {}
EOF
+
+cat <<'EOF' > expected
+main.c:5: foo
+EOF
+test_compile_error <<'EOF'
+#define \
+ A \
+ B
+
+#error "foo"
+EOF