summaryrefslogtreecommitdiff
path: root/test/timing/time
diff options
context:
space:
mode:
Diffstat (limited to 'test/timing/time')
-rwxr-xr-xtest/timing/time3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/timing/time b/test/timing/time
index af14e5e6..35da97df 100755
--- a/test/timing/time
+++ b/test/timing/time
@@ -27,8 +27,7 @@ for ARCH in i386 x86_64; do
echo "Timing $FILE for $ARCH"
test $ARCH $FILE libgcc ""
- test $ARCH $FILE untuned ../../Release/libcompiler_rt.Generic.a
- test $ARCH $FILE tuned ../../Release/libcompiler_rt.Optimized.a
+ test $ARCH $FILE tuned ../../darwin_fat/Release/libcompiler_rt.a
if [ -f "$INSTALLED" ]; then
test $ARCH $FILE installed $INSTALLED
fi