diff options
| author | Mattias EngdegÄrd | 2023-08-05 18:22:07 +0200 |
|---|---|---|
| committer | Mattias EngdegÄrd | 2023-08-05 18:23:52 +0200 |
| commit | 1bf92d91950271c497675d3a7dc418fc6bf75175 (patch) | |
| tree | 8139e5b9df64d87cfce7c4bc9cb95760c4a9d43e /test | |
| parent | 1fc95b23a6929f1eff749795ae83ffd77a481f54 (diff) | |
| download | emacs-1bf92d91950271c497675d3a7dc418fc6bf75175.tar.gz emacs-1bf92d91950271c497675d3a7dc418fc6bf75175.zip | |
* test/lisp/align-resources/c-mode.erts: Make test agree with Emacs
This eliminates a failure in align-tests. There doesn't seem to be
anything obviously wrong with Emacs's behaviour in this case.
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/align-resources/c-mode.erts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/lisp/align-resources/c-mode.erts b/test/lisp/align-resources/c-mode.erts index ecdff507103..a28c2bdbed0 100644 --- a/test/lisp/align-resources/c-mode.erts +++ b/test/lisp/align-resources/c-mode.erts | |||
| @@ -17,7 +17,7 @@ Name: example from Commentary | |||
| 17 | short foo = 2; | 17 | short foo = 2; |
| 18 | double blah = 4; | 18 | double blah = 4; |
| 19 | =-= | 19 | =-= |
| 20 | int a = 1; | 20 | int a = 1; |
| 21 | short foo = 2; | 21 | short foo = 2; |
| 22 | double blah = 4; | 22 | double blah = 4; |
| 23 | =-=-= | 23 | =-=-= |