aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/lisp/progmodes/c-ts-mode-resources/indent-preproc.erts1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lisp/progmodes/c-ts-mode-resources/indent-preproc.erts b/test/lisp/progmodes/c-ts-mode-resources/indent-preproc.erts
index 5a4996f642e..57610b5483e 100644
--- a/test/lisp/progmodes/c-ts-mode-resources/indent-preproc.erts
+++ b/test/lisp/progmodes/c-ts-mode-resources/indent-preproc.erts
@@ -1,6 +1,7 @@
1Code: 1Code:
2 (lambda () 2 (lambda ()
3 (c-ts-mode) 3 (c-ts-mode)
4 (setq-local indent-tabs-mode nil)
4 (newline) 5 (newline)
5 (indent-for-tab-command)) 6 (indent-for-tab-command))
6 7