From f7a2fdda4b6fe9a9b12fef9780602840fbb1d89e Mon Sep 17 00:00:00 2001 From: Nikita Kniazev Date: Mon, 31 Dec 2018 20:18:11 +0300 Subject: [PATCH] Revert "Workaround qi_repo_keywords test fail on MSVC-14.1" This reverts commit 87f878796832b2cca354b8acc86b2e30c076f05d. --- repository/test/Jamfile | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/repository/test/Jamfile b/repository/test/Jamfile index 18cf17748..996aedf77 100644 --- a/repository/test/Jamfile +++ b/repository/test/Jamfile @@ -23,16 +23,6 @@ explicit qi-pch ka-pch ; ############################################################################### -import os ; - -local keywords_reqs ; - -if [ os.environ APPVEYOR ] -{ - # Workaround MSVC codegen bug. See #400 for the info. - keywords_reqs = msvc-14.1:off ; -} - # bring in rules for testing import testing ; @@ -44,7 +34,7 @@ import testing ; [ run qi-pch qi/confix.cpp : : : : qi_repo_confix ] [ run qi-pch qi/distinct.cpp : : : : qi_repo_distinct ] [ run qi-pch qi/subrule.cpp : : : : qi_repo_subrule ] - [ run qi-pch qi/keywords.cpp : : : $(keywords_reqs) : qi_repo_keywords ] + [ run qi-pch qi/keywords.cpp : : : : qi_repo_keywords ] [ run qi-pch qi/seek.cpp : : : : qi_repo_seek ] # run Karma repository tests