summaryrefslogtreecommitdiff
path: root/lua/tests/indent/c/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'lua/tests/indent/c/string.c')
-rw-r--r--lua/tests/indent/c/string.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/lua/tests/indent/c/string.c b/lua/tests/indent/c/string.c
deleted file mode 100644
index 2d5177e0..00000000
--- a/lua/tests/indent/c/string.c
+++ /dev/null
@@ -1,5 +0,0 @@
-const char *a = "hello \
-world";
-
-const char *b = "hello "
- "world";