Python: test for getASuccessor

also align test names
This commit is contained in:
Rasmus Lerchedahl Petersen
2020-06-18 15:10:45 +02:00
parent 03b26f7ebe
commit 9669a6a4dc
7 changed files with 112 additions and 4 deletions

View File

@@ -156,9 +156,9 @@ newtype TDataFlowType =
class DataFlowType extends TDataFlowType {
/**
* No representation yet
* Gets a string representation of the data flow type.
*/
string toString() { none() }
string toString() { result = "DataFlowType" }
}
/** A node that performs a type cast. */