Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore(run): add charset options to respond to 0aa5d91
  • Loading branch information
mycoboco committed Jan 12, 2018
1 parent 0aa5d91 commit ad23f9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tst/run.js
Expand Up @@ -24,14 +24,14 @@ var run = {
proc: diagout,
exec: '../../build/beluga',
copts: copts,
eopts: [ '-Wv', '--std=c90' ],
eopts: [ '-Wv', '--std=c90', '--input-charset=utf8', '--exec-charset=utf8' ],
touts: [ null, false, true ] // stderr only
},
'preprocessor': {
proc: diagout,
exec: '../../build/beluga',
copts: [ '-E' ].concat(copts),
eopts: [ '-Wv', '--std=c90' ],
eopts: [ '-Wv', '--std=c90', '--input-charset=utf8', '--exec-charset=utf8' ],
touts: [ null, true, true ]
},
'mcpp\'s testcases': {
Expand Down

0 comments on commit ad23f9c

Please sign in to comment.