change line endings to unix style, should fix #1858
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
/* Test for PR #1833 fixes */
|
||||
|
||||
#define char 1
|
||||
|
||||
#if char && !int && L'A' - L'B' == 'A' - 'B' && L'A' == 'A'
|
||||
#else
|
||||
#error
|
||||
#endif
|
||||
|
||||
int main(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
/* Test for PR #1833 fixes */
|
||||
|
||||
#define char 1
|
||||
|
||||
#if char && !int && L'A' - L'B' == 'A' - 'B' && L'A' == 'A'
|
||||
#else
|
||||
#error
|
||||
#endif
|
||||
|
||||
int main(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user