From 9c18322e85e72f2276b943bd307199dcdc054f68 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 18 Jun 2017 03:55:48 +0300 Subject: [PATCH] Fix appveyor.yml again --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 5442fe5..dad83bc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -56,4 +56,4 @@ install: build: off test_script: - - b2 libs/system/test toolset=%TOOLSET% + - b2 libs/smart_ptr/test toolset=%TOOLSET%