diff options
Diffstat (limited to 'tests/string-parser')
-rw-r--r-- | tests/string-parser/buildfile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/string-parser/buildfile b/tests/string-parser/buildfile index 4613df1..b279250 100644 --- a/tests/string-parser/buildfile +++ b/tests/string-parser/buildfile @@ -3,11 +3,6 @@ # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} - -if ($cxx.features.modules && ($force_std_modules == true || $cxx.id != 'msvc')) -{ - import libs += libstd-modules%liba{std-modules} - cxx.poptions += -D__cpp_lib_modules -} +libs += $stdmod_lib exe{driver}: {hxx cxx}{*} $libs test{testscript} |