summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-03-30 17:03:48 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-03-30 17:03:48 (GMT)
commitc8f8923484cbc99eff1e3c0b703568b243f3728b (patch)
tree379e7965a576f67d62d088d5a2b8d2072529b8e2 /test
parent8b803e4bf8d33df7c21b886c681963e80f2b2f8b (diff)
downloaduscxml-c8f8923484cbc99eff1e3c0b703568b243f3728b.zip
uscxml-c8f8923484cbc99eff1e3c0b703568b243f3728b.tar.gz
uscxml-c8f8923484cbc99eff1e3c0b703568b243f3728b.tar.bz2
New php wrapper
Diffstat (limited to 'test')
-rw-r--r--test/src/test-predicates.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/src/test-predicates.cpp b/test/src/test-predicates.cpp
index 2b2146e..08aa3e1 100644
--- a/test/src/test-predicates.cpp
+++ b/test/src/test-predicates.cpp
@@ -30,7 +30,6 @@ int main(int argc, char** argv) {
assert(Interpreter::isParallel(parallelState));
assert(!Interpreter::isCompound(parallelState)); // parallel states are not compound!
-
NodeSet<std::string> initialState = interpreter->getInitialStates();
assert(initialState[0] == atomicState);