mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.autotest (DoubleFormatter)
This commit is contained in:
parent
291cda0ea9
commit
f3e899782b
3 changed files with 1448 additions and 1 deletions
|
|
@ -81,6 +81,10 @@ CONSOLE_APP_MAIN
|
|||
x = -x;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#ifdef PLATFORM_BSD
|
||||
CheckLogEtalon(GetDataFile("MacEtalon.log"));
|
||||
#else
|
||||
CheckLogEtalon();
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ uses
|
|||
Core;
|
||||
|
||||
file
|
||||
MacEtalon.log,
|
||||
Etalon.log,
|
||||
DoubleFormatter.cpp;
|
||||
|
||||
|
|
|
|||
1442
autotest/DoubleFormatter/MacEtalon.log
Normal file
1442
autotest/DoubleFormatter/MacEtalon.log
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue