From b3e185a5449ed1ba249b83bc5af3b0dc0d117f3e Mon Sep 17 00:00:00 2001 From: Edward Diener Date: Fri, 13 Oct 2017 16:14:25 -0400 Subject: [PATCH] Disable custom calling conventions test for 64-bit address model. --- test/Jamfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/Jamfile b/test/Jamfile index 34658ee..e50c813 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -64,10 +64,10 @@ import testing ; # Custom calling conventions - [ compile custom_ccs/nonmember_ccs.cpp ] - [ compile custom_ccs/nonmember_ccs_exact.cpp ] - [ compile custom_ccs/member_ccs.cpp ] - [ compile custom_ccs/member_ccs_exact.cpp ] + [ compile custom_ccs/nonmember_ccs.cpp : 64:no ] + [ compile custom_ccs/nonmember_ccs_exact.cpp : 64:no ] + [ compile custom_ccs/member_ccs.cpp : 64:no ] + [ compile custom_ccs/member_ccs_exact.cpp : 64:no ] # Code from the examples