diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-10 15:27:42 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-11 20:18:23 +0300 |
commit | addb8ea78351f65788bd61d2374b7f4bbb430d88 (patch) | |
tree | 9117db2f49dcc528396bd3aace145889f4cf825b /tests/manifest/machine-header.test | |
parent | 1e968cbe5fdd7008e7ee3655ba7b164b2054cb62 (diff) |
Adjust machine_header_manifest class so derived ones can delegate it parsing/serialization
Diffstat (limited to 'tests/manifest/machine-header.test')
-rw-r--r-- | tests/manifest/machine-header.test | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/manifest/machine-header.test b/tests/manifest/machine-header.test index f5f3c94..c70be7f 100644 --- a/tests/manifest/machine-header.test +++ b/tests/manifest/machine-header.test @@ -9,17 +9,6 @@ test.options += -m : Roundtrip the machine header manifest. : { - : kvm - : - $* <<EOF >>EOF - : 1 - id: a2b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 - name: windows_10-msvc_14 - summary: Windows 10 build 1607 with VC 14 update 3 - EOF - - : nspawn - : $* <<EOF >>EOF : 1 id: a2b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 |