From b8232e40e605b60234dae7ef92f257bab5c47723 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 10 May 2017 18:06:25 +0300 Subject: Add machine manifest unit test --- bbot/machine-manifest.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bbot/machine-manifest.cxx') diff --git a/bbot/machine-manifest.cxx b/bbot/machine-manifest.cxx index 3417dd7..7f9a030 100644 --- a/bbot/machine-manifest.cxx +++ b/bbot/machine-manifest.cxx @@ -95,6 +95,8 @@ namespace bbot if (mac) bad_name ("machine mac redefinition"); + // @@ Should we check that the value is a valid mac? + // mac = move (v); } else if (n == "options") @@ -245,7 +247,7 @@ namespace bbot s.next ("", ""); // End of manifest. } - // bootstrapped_machine_manifest + // bootstrapped_machine_manifest // bootstrapped_machine_manifest:: bootstrapped_machine_manifest (parser& p, bool iu) -- cgit v1.1