From 37afd2c74b0572bbc508c7a6cfc3fad3e393224a Mon Sep 17 00:00:00 2001 From: Klaus Kaempf Date: Sun, 19 Mar 2006 18:18:49 +0000 Subject: [PATCH] recognize Atom kind --- testsuite/solver/src/deptestomatic.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/testsuite/solver/src/deptestomatic.cc b/testsuite/solver/src/deptestomatic.cc index 6f1e10f..4158915 100644 --- a/testsuite/solver/src/deptestomatic.cc +++ b/testsuite/solver/src/deptestomatic.cc @@ -157,6 +157,9 @@ string2kind (const std::string & str) else if (str == "patch") { kind = ResTraits::kind; } + else if (str == "atom") { + kind = ResTraits::kind; + } else if (str == "pattern") { kind = ResTraits::kind; } -- 2.7.4