tests: Fix wording of echo. No func change

This commit is contained in:
Alexander von Gluck IV
2015-02-02 16:51:59 +00:00
parent 4a961136b7
commit 048ffc1b1e
+1 -1
View File
@@ -26,7 +26,7 @@ SimpleTest setjmp_test : setjmp_test.c ;
if $(TARGET_ARCH) = x86 {
SimpleTest setjmp_test2 : setjmp_test2.S ;
} else {
echo "Skipping setjmp_test2.S test on non-x86_64" ;
echo "Skipping setjmp_test2.S test on non-x86" ;
}
SimpleTest signal_in_allocator_test : signal_in_allocator_test.cpp ;
SimpleTest signal_in_allocator_test2 : signal_in_allocator_test2.cpp ;