summaryrefslogtreecommitdiff
path: root/test/atof1.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/atof1.test')
-rw-r--r--test/atof1.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/atof1.test b/test/atof1.test
index 76eb427..5c04d02 100644
--- a/test/atof1.test
+++ b/test/atof1.test
@@ -15,7 +15,7 @@
set testdir [file dirname $argv0]
source $testdir/tester.tcl
-if {![info exists __GNUC__]} {
+if {![info exists __GNUC__] || [regexp arm $tcl_platform(machine)]} {
finish_test
return
}