logic: add filename info to static functions (issue #515)

This commit is contained in:
mlangkabel
2017-11-10 11:38:33 +01:00
parent 53d86e518a
commit 7c40f7afe8
15 changed files with 814 additions and 703 deletions
+1 -1
View File
@@ -200,7 +200,7 @@ public:
);
TS_ASSERT(utility::containsElement<std::string>(
client->functions, "static int ceil(float) <1:1 <1:12 1:15> 4:1>"
client->functions, "static int ceil(float) (input.cc) <1:1 <1:12 1:15> 4:1>"
));
}