diff options
author | Ed Schouten <ed@FreeBSD.org> | 2011-06-02 20:02:42 +0000 |
---|---|---|
committer | Ed Schouten <ed@FreeBSD.org> | 2011-06-02 20:02:42 +0000 |
commit | b0a04aaa595ba76468e521f12727a872d144d6d0 (patch) | |
tree | 51db692a6c937b68c7180d996af6bb7952b4b55d /test/Unit/ffsti2_test.c | |
parent | f170b6928b38a264ce005e5fa80d428364b6f659 (diff) |
Notes
Diffstat (limited to 'test/Unit/ffsti2_test.c')
-rw-r--r-- | test/Unit/ffsti2_test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Unit/ffsti2_test.c b/test/Unit/ffsti2_test.c index b679ab20fe71..fcb5c2725f26 100644 --- a/test/Unit/ffsti2_test.c +++ b/test/Unit/ffsti2_test.c @@ -76,6 +76,8 @@ int main() if (test__ffsti2(make_ti(0x8000000000000000uLL, 0), 128)) return 1; +#else + printf("skipped\n"); #endif return 0; } |