Skip to content

Commit

Permalink
regenerate static tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mauke committed Aug 30, 2015
1 parent f2b0b2f commit 0b0c11b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion t/static_screen-256color.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <string.h>
#include "test-simple.c.inc"

const char terminfo[] = {
static const char terminfo[] = {
26, 1, 43, 0, 43, 0, 15, 0, 105, 1, -43, 2, 115, 99, 114, 101, 101, 110, 45, 50,
53, 54, 99, 111, 108, 111, 114, 124, 71, 78, 85, 32, 83, 99, 114, 101, 101, 110, 32, 119,
105, 116, 104, 32, 50, 53, 54, 32, 99, 111, 108, 111, 114, 115, 0, 0, 1, 0, 0, 1,
Expand Down
2 changes: 1 addition & 1 deletion t/static_screen.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <string.h>
#include "test-simple.c.inc"

const char terminfo[] = {
static const char terminfo[] = {
26, 1, 42, 0, 43, 0, 15, 0, 105, 1, 106, 2, 115, 99, 114, 101, 101, 110, 124, 86,
84, 32, 49, 48, 48, 47, 65, 78, 83, 73, 32, 88, 51, 46, 54, 52, 32, 118, 105, 114,
116, 117, 97, 108, 32, 116, 101, 114, 109, 105, 110, 97, 108, 0, 0, 1, 0, 0, 1, 0,
Expand Down
2 changes: 1 addition & 1 deletion t/static_tmux.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <string.h>
#include "test-simple.c.inc"

const char terminfo[] = {
static const char terminfo[] = {
26, 1, 56, 0, 15, 0, 15, 0, 105, 1, -48, 2, 116, 109, 117, 120, 124, 86, 84, 32,
49, 48, 48, 47, 65, 78, 83, 73, 32, 88, 51, 46, 54, 52, 32, 118, 105, 114, 116, 117,
97, 108, 32, 116, 101, 114, 109, 105, 110, 97, 108, 32, 119, 105, 116, 104, 32, 50, 53, 54,
Expand Down
2 changes: 1 addition & 1 deletion t/static_xterm.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <string.h>
#include "test-simple.c.inc"

const char terminfo[] = {
static const char terminfo[] = {
26, 1, 48, 0, 38, 0, 15, 0, -99, 1, 108, 5, 120, 116, 101, 114, 109, 124, 120, 116,
101, 114, 109, 32, 116, 101, 114, 109, 105, 110, 97, 108, 32, 101, 109, 117, 108, 97, 116, 111,
114, 32, 40, 88, 32, 87, 105, 110, 100, 111, 119, 32, 83, 121, 115, 116, 101, 109, 41, 0,
Expand Down

0 comments on commit 0b0c11b

Please sign in to comment.