data: Renamed Global to GlobalVariable in Graph

This commit is contained in:
Eberhard Graether
2014-07-01 11:13:27 +02:00
parent cf6d17584f
commit b72584559c
5 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ public:
void test_get_and_set_const_and_static_of_nodes()
{
Node n(Node::NODE_GLOBAL, "A");
Node n(Node::NODE_GLOBAL_VARIABLE, "A");
TS_ASSERT(!n.isConst());
TS_ASSERT(!n.isStatic());