| Index: third_party/sqlite/sqlite-src-3100200/test/atof1.test
|
| diff --git a/third_party/sqlite/src/test/atof1.test b/third_party/sqlite/sqlite-src-3100200/test/atof1.test
|
| similarity index 95%
|
| copy from third_party/sqlite/src/test/atof1.test
|
| copy to third_party/sqlite/sqlite-src-3100200/test/atof1.test
|
| index 5c04d022904702877003052202eb01a53757d263..55f5e44d960d81f6266f0b328677d613fbf86097 100644
|
| --- a/third_party/sqlite/src/test/atof1.test
|
| +++ b/third_party/sqlite/sqlite-src-3100200/test/atof1.test
|
| @@ -15,7 +15,7 @@
|
| set testdir [file dirname $argv0]
|
| source $testdir/tester.tcl
|
|
|
| -if {![info exists __GNUC__] || [regexp arm $tcl_platform(machine)]} {
|
| +if {$::longdouble_size<=8} {
|
| finish_test
|
| return
|
| }
|
|
|