diff options
-rw-r--r-- | tests/d_type-check | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/d_type-check b/tests/d_type-check index e40904907..33c1fd6d0 100644 --- a/tests/d_type-check +++ b/tests/d_type-check @@ -19,7 +19,7 @@ try: direntp = ctypes.POINTER(dirent) - # FIXME: find a way to hard-coding libc's so-name. + # FIXME: find a way to avoid hard-coding libc's so-name. libc = ctypes.cdll.LoadLibrary("libc.so.6") libc.readdir.restype = direntp |