aboutsummaryrefslogtreecommitdiff
path: root/testcase
diff options
context:
space:
mode:
authorShinichiro Hamaji <shinichiro.hamaji@gmail.com>2016-04-09 12:28:34 +0900
committerShinichiro Hamaji <shinichiro.hamaji@gmail.com>2016-04-09 12:32:55 +0900
commit083fd26948e68c4685b92f606abf418731f24d0d (patch)
tree010bb9c81a00dda024be5e30dc42122e17616948 /testcase
parenta5b193cd7cdcc1bce513e1ce7175583381cad8dc (diff)
[C++] Error for missing endif
A fix for https://github.com/google/kati/issues/55
Diffstat (limited to 'testcase')
-rw-r--r--testcase/err_missing_endif.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/testcase/err_missing_endif.mk b/testcase/err_missing_endif.mk
new file mode 100644
index 0000000..14cbf7c
--- /dev/null
+++ b/testcase/err_missing_endif.mk
@@ -0,0 +1,3 @@
+all:
+ echo FAIL
+ifdef foo