aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_mod.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_mod.cpp')
-rw-r--r--tests/test_mod.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_mod.cpp b/tests/test_mod.cpp
index 2f6ff92f..49a8f182 100644
--- a/tests/test_mod.cpp
+++ b/tests/test_mod.cpp
@@ -93,7 +93,7 @@ private:
CPPUNIT_ASSERT_EQUAL(0, p->sampleRate());
CPPUNIT_ASSERT_EQUAL(8, p->channels());
CPPUNIT_ASSERT_EQUAL(31U, p->instrumentCount());
- CPPUNIT_ASSERT_EQUAL(1U, p->tableLength());
+ CPPUNIT_ASSERT_EQUAL((uchar)1, p->tableLength());
CPPUNIT_ASSERT_EQUAL(title, t->title());
CPPUNIT_ASSERT_EQUAL(String::null, t->artist());
CPPUNIT_ASSERT_EQUAL(String::null, t->album());