Skip to content

Commit 29301cc

Browse files
committed
Tests: Fixed unit test after replacing simple module as a base module.
1 parent 434084b commit 29301cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/lib/ClockTestApp.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
namespace inet {
55

6-
class ClockTestApp : public ClockUserModuleMixin<cSimpleModule>
6+
class ClockTestApp : public ClockUserModuleMixin<SimpleModule>
77
{
88
private:
99
size_t idx = 0;

0 commit comments

Comments
 (0)