aboutsummaryrefslogtreecommitdiff
path: root/testcase/err_ifdef_with_leading_space.mk
diff options
context:
space:
mode:
authorCole Faust <colefaust@google.com>2023-06-15 11:56:45 -0700
committerCole Faust <colecfaust@gmail.com>2023-06-15 12:32:48 -0700
commita420c70e1a2fac2b5597b6a9a8f522e0448a38ce (patch)
tree094e6bd1f09d5dd5ab7d4eb6dfb607a81395fe88 /testcase/err_ifdef_with_leading_space.mk
parent29a3410d629635008e2d5574be280e3c74b4bddc (diff)
downloadkati-a420c70e1a2fac2b5597b6a9a8f522e0448a38ce.tar.gz
Delete the golang version of kati
Kati started off development in golang, but then switched to C++ after it was discovered that go was too slow. It's no longer used.
Diffstat (limited to 'testcase/err_ifdef_with_leading_space.mk')
-rw-r--r--testcase/err_ifdef_with_leading_space.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/testcase/err_ifdef_with_leading_space.mk b/testcase/err_ifdef_with_leading_space.mk
index b46a31f..d02c572 100644
--- a/testcase/err_ifdef_with_leading_space.mk
+++ b/testcase/err_ifdef_with_leading_space.mk
@@ -1,5 +1,3 @@
-# TODO(go): Fix
-
B := $(subst S, ,Sa)
ifdef $(B)
$(info PASS)