summaryrefslogtreecommitdiffstats
path: root/test/src/test-url.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/test-url.cpp')
-rw-r--r--test/src/test-url.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/test-url.cpp b/test/src/test-url.cpp
index 9c4d941..046cc8b 100644
--- a/test/src/test-url.cpp
+++ b/test/src/test-url.cpp
@@ -74,7 +74,7 @@ int main(int argc, char** argv) {
{
Interpreter interpreter = Interpreter::fromURI("/Users/sradomski/Desktop/application_small.scxml");
assert(interpreter);
- std::vector<std::string> states;
+ std::list<std::string> states;
states.push_back("b");
interpreter.setConfiguration(states);
interpreter.interpret();