Fix x86_64 build

Change-Id: Id81c059bf3ecdb9cc84d04d16ffda34baaadc5a1
diff --git a/tests/utils.h b/tests/utils.h
index bad5d89..fd012a3 100644
--- a/tests/utils.h
+++ b/tests/utils.h
@@ -52,7 +52,7 @@
     char line[BUFSIZ];
     while (fgets(line, sizeof(line), fp) != nullptr) {
       map_record record;
-      dev_t dev_major, dev_minor;
+      uint32_t dev_major, dev_minor;
       char pathstr[BUFSIZ];
       char prot[5]; // sizeof("rwxp")
       if (sscanf(line, "%" SCNxPTR "-%" SCNxPTR " %4s %" SCNxPTR " %x:%x %lu %s",