tests: oops, remove invalid trailing slash

This commit is contained in:
Jean Guyomarc'h 2016-10-01 21:26:16 +02:00
parent eb7a11b515
commit a1373a860d
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ clock_gettime(int mode, struct timespec* ts)
}
# else /* ! __MACH__ */
# error No support for clock_gettime()
# endif /* __MACH__ *//
# endif /* __MACH__ */
#endif /* ! HAVE_CLOCK_GETTIME */